Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-29 11:49:31 +0300
committerJames Lopez <james@jameslopez.es>2016-06-29 11:49:31 +0300
commit5cd3d7c40a19f85e977e6c9080170ef6ce679209 (patch)
tree69c15a3bf0757d8ca3cbd8e887844b7a1d7188bd /lib/gitlab/import_export.rb
parent3d2a73667983aefda9464d8651d5d59d617a4b95 (diff)
bump version - as old exports wont be compatible
Diffstat (limited to 'lib/gitlab/import_export.rb')
-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)