forked from External/greenlight
* Update Jenkinsfile * updating Jenkinsfile * updating version in Jenkins * Update version.rb
8 lines
97 B
Ruby
8 lines
97 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Greenlight
|
|
class Application
|
|
VERSION = "2"
|
|
end
|
|
end
|