GRN2-159: Changed the inception of the version tag (#573)

This commit is contained in:
Jesus Federico
2019-06-21 09:36:52 -04:00
committed by GitHub
parent 790a0365c5
commit f5c33e9306
4 changed files with 16 additions and 14 deletions

View File

@ -2,6 +2,6 @@
module Greenlight
class Application
VERSION = "2"
VERSION = ENV["VERSION_CODE"] || "2"
end
end