Cleaned up app version output
This commit is contained in:
@@ -8,7 +8,7 @@ module Helpers
|
||||
end
|
||||
|
||||
def app_version()
|
||||
return `git describe --tags`
|
||||
`git describe --tags`.strip
|
||||
end
|
||||
|
||||
def date_format(date)
|
||||
|
||||
Reference in New Issue
Block a user