summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-29 10:49:31 +0200
committerJames Lopez <james@jameslopez.es>2016-06-29 10:49:31 +0200
commit5cd3d7c40a19f85e977e6c9080170ef6ce679209 (patch)
tree69c15a3bf0757d8ca3cbd8e887844b7a1d7188bd
parent3d2a73667983aefda9464d8651d5d59d617a4b95 (diff)
downloadgitlab-ce-5cd3d7c40a19f85e977e6c9080170ef6ce679209.tar.gz
bump version - as old exports wont be compatible
-rw-r--r--lib/gitlab/import_export.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index 99cf85d9a3b..588647e5adb 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -2,7 +2,7 @@ module Gitlab
module ImportExport
extend self
- VERSION = '0.1.0'
+ VERSION = '0.1.1'
def export_path(relative_path:)
File.join(storage_path, relative_path)