forked from External/greenlight
8 lines
101 B
Ruby
8 lines
101 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Greenlight
|
|
class Application
|
|
VERSION = "2.0.0"
|
|
end
|
|
end
|