2018-08-21 13:28:56 -04:00

8 lines
101 B
Ruby

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