summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export.rb
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2018-03-08 12:43:14 +0100
committerJan Provaznik <jprovaznik@gitlab.com>2018-03-08 12:43:14 +0100
commit7db225e480e78948a1fc70517b4c8ab6ac1aeaf5 (patch)
treea14fc88751d29173c86297ddb06089aa32c8e215 /lib/gitlab/import_export.rb
parent0f26f9681faf2d49949f52227d6f4bd90c1b6e93 (diff)
downloadgitlab-ce-7db225e480e78948a1fc70517b4c8ab6ac1aeaf5.tar.gz
Revert "Cleanup after adding MR diff's commit_count"
This reverts commit 0b7d10851456018328da137beeca931767b4fd0a.
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 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:)