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
path: root/lib
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-03-05 20:19:31 +0300
committerRobert Speicher <robert@gitlab.com>2018-03-05 20:19:31 +0300
commit49f72d06654bd7bdea259154e1092a53aab57acc (patch)
tree96af0835f605721b0393044c887f1ae6e79d3a3a /lib
parent2acb2fb3481d59e20ff4eae438b021bdb5837b4b (diff)
parent0b7d10851456018328da137beeca931767b4fd0a (diff)
Merge branch 'jprovazn-count-cleanup' into 'master'
Cleanup after adding MR diff's commit_count Closes #41698 See merge request gitlab-org/gitlab-ce!17513
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 af203ff711d..b713fa7e1cd 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.2'.freeze
+ VERSION = '0.2.3'.freeze
FILENAME_LIMIT = 50
def export_path(relative_path:)