mirror of
https://github.com/filebrowser/filebrowser
synced 2026-04-21 13:27:17 +00:00
9 lines
173 B
Go
9 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)"
|
|
)
|