add version in footer

This commit is contained in:
Joshua Arts
2018-07-23 15:06:21 -04:00
parent f91c6d193a
commit 3696fa95d7
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# frozen_string_literal: true
module Greenlight
class Application
VERSION = "2.1.0"
end
end