Bruck Wubete fd1b586c6e Fixed #266 Externalize version tag so it is based on GitHub tag when deployed to production (GRN-1) (#292)
* Update Jenkinsfile

* updating Jenkinsfile

* updating version in Jenkins

* Update version.rb
2018-10-12 16:11:22 -04:00

8 lines
97 B
Ruby

# frozen_string_literal: true
module Greenlight
class Application
VERSION = "2"
end
end