summaryrefslogtreecommitdiff
path: root/lib/gitlab
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-05 15:18:17 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-05 15:18:17 +0100
commitbf8c5643a9cb665467deea0106fa35b91b2fa938 (patch)
treea9a22e924b4cdf7cc686be6c54915026a85b338a /lib/gitlab
parent05ddb259958c27506cb075342fae5a70cf8ce257 (diff)
downloadgitlab-ce-bf8c5643a9cb665467deea0106fa35b91b2fa938.tar.gz
Bump import/export version to 2.2.0
We need to bump import/export version because we introduced a new object's hierarchy that is not backwards compatible.
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 2066005dddc..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.1'.freeze
+ VERSION = '0.2.2'.freeze
FILENAME_LIMIT = 50
def export_path(relative_path:)