forked from External/greenlight
GRN2-159: Changed the inception of the version tag (#573)
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
|
||||
module Greenlight
|
||||
class Application
|
||||
VERSION = "2"
|
||||
VERSION = ENV["VERSION_CODE"] || "2"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user