Cleaned up app version output

This commit is contained in:
Gregory Ballantine
2025-07-25 17:48:21 -04:00
parent 886f566ae2
commit 6215cecb53

View File

@@ -8,7 +8,7 @@ module Helpers
end
def app_version()
return `git describe --tags`
`git describe --tags`.strip
end
def date_format(date)