forked from External/greenlight
add version in footer
This commit is contained in:
7
config/initializers/version.rb
Normal file
7
config/initializers/version.rb
Normal file
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Greenlight
|
||||
class Application
|
||||
VERSION = "2.1.0"
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user