mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-03-07 16:39:20 +00:00
10 lines
173 B
Go
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)"
|
|
)
|