forked from External/greenlight
8 lines
120 B
Ruby
8 lines
120 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Greenlight
|
|
class Application
|
|
VERSION = ENV["VERSION_CODE"] || "2"
|
|
end
|
|
end
|