add build numbers

This commit is contained in:
Zachary Chai
2016-12-02 12:27:33 -05:00
parent 98a8cdbd2a
commit 76316b96ec
6 changed files with 12 additions and 3 deletions

View File

@ -42,4 +42,10 @@ module ApplicationHelper
providers
end
end
def version
Greenlight::VERSION
rescue
'development'
end
end