summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-03-08 13:07:36 +0000
committerSean McGivern <sean@mcgivern.me.uk>2018-03-08 13:07:36 +0000
commitfcda1e96e8955f448411830962026ee0f9285b11 (patch)
treea6c0fc4de47844a847945c2a3be72749eebc7afa /lib
parentf9dfe343927381cffc882cf25cbc6f42708834ee (diff)
parent7db225e480e78948a1fc70517b4c8ab6ac1aeaf5 (diff)
downloadgitlab-ce-fcda1e96e8955f448411830962026ee0f9285b11.tar.gz
Merge branch 'jprovazn-revert-commit-cleanup' into 'master'
Revert "Cleanup after adding MR diff's commit_count" See merge request gitlab-org/gitlab-ce!17639
Diffstat (limited to 'lib')
-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:)