filebrowser/version/version.go
2020-10-31 17:43:12 -07:00

11 lines
220 B
Go

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