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>2016-09-07 18:08:19 +0300
committerJames Lopez <james@jameslopez.es>2016-09-19 10:18:37 +0300
commit3c7feaf3b12e3c8319f8ccc0f45a87ae0e2cfe8c (patch)
treeacda8b3b3532ec56b02cc83a21cc5b3a4f9f0827 /lib/gitlab/import_export.rb
parente74b7d665b80525c894bd3743ed7c4dc8810b4af (diff)
Fixed label color issue and added Import/Export versioning table
Diffstat (limited to 'lib/gitlab/import_export.rb')
-rw-r--r--lib/gitlab/import_export.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index b90651cbc2d..181e288a014 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -2,6 +2,7 @@ module Gitlab
module ImportExport
extend self
+ # For every version update, the version history in import_export.md has to be kept up to date.
VERSION = '0.1.4'
FILENAME_LIMIT = 50