Files
2023-02-13 23:17:00 +08:00

8 lines
120 B
Ruby

# frozen_string_literal: true
module Greenlight
class Application
VERSION = ENV["VERSION_CODE"] || "2"
end
end