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-05-16 14:28:11 +0300
committerJames Lopez <james@jameslopez.es>2016-05-16 14:28:11 +0300
commit504c186f7139df71dbea596b422d833f32348f46 (patch)
treeb2074b548ed5a0549143206525abc1654851ca11 /lib/gitlab/import_export.rb
parent5777ad9a1f016f170585949059b08a4eeb7d19a9 (diff)
fix version issue
Diffstat (limited to 'lib/gitlab/import_export.rb')
-rw-r--r--lib/gitlab/import_export.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index 9c7c72e2b4a..65a8fcfadd0 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -23,5 +23,9 @@ module Gitlab
def version_filename
'VERSION'
end
+
+ def version
+ VERSION
+ end
end
end