filebrowser/version/version.go
2026-02-14 07:35:34 +01:00

10 lines
173 B
Go

//nolint:revive
package version
var (
// Version is the current File Browser version.
Version = "(untracked)"
// CommitSHA is the commit sha.
CommitSHA = "(unknown)"
)