Cleaned up app version output
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

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 end
def app_version() def app_version()
return `git describe --tags` `git describe --tags`.strip
end end
def date_format(date) def date_format(date)