filebrowser/version/version.go
Yonas Yanfa b854347484 fix: build on FreeBSD and non-Linux platforms
`bash` is installed in `/usr/local/bin/bash` on FreeBSD. This patch should make the build work
without modification for FreeBSD and Linux.
2023-02-05 12:23:42 -05:00

9 lines
158 B
Go

package version
var (
// Version is the current File Browser version.
Version = "(untracked)"
// CommitSHA is the commmit sha.
CommitSHA = "(unknown)"
)