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>2018-03-07 17:03:26 +0300
committerJames Lopez <james@jameslopez.es>2018-03-07 17:03:26 +0300
commit92cf5d8ea5bb3c9f5a9d1f405d9811441aa4252a (patch)
tree73487834db52f69dbbaeb5ba6df1caefa9445887 /lib/gitlab
parent8d6f74ceefd682f756ee8f1300efae4d0f51c3c0 (diff)
Revert "Cleanup after adding MR diff's commit_count"
This reverts commit 0b7d108 Fixed confict in schema.rb
Diffstat (limited to 'lib/gitlab')
-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 b713fa7e1cd..af203ff711d 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -3,7 +3,7 @@ module Gitlab
extend self
# For every version update, the version history in import_export.md has to be kept up to date.
- VERSION = '0.2.3'.freeze
+ VERSION = '0.2.2'.freeze
FILENAME_LIMIT = 50
def export_path(relative_path:)