forked from External/greenlight
add build numbers
This commit is contained in:
@ -42,4 +42,10 @@ module ApplicationHelper
|
||||
providers
|
||||
end
|
||||
end
|
||||
|
||||
def version
|
||||
Greenlight::VERSION
|
||||
rescue
|
||||
'development'
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user