2018-07-23 15:06:21 -04:00

8 lines
101 B
Ruby

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