mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
8 lines
157 B
Go
8 lines
157 B
Go
package version
|
|
|
|
var (
|
|
// Version is the current File Browser version.
|
|
Version = "(untracked)"
|
|
// CommitSHA is the commit sha.
|
|
CommitSHA = "(unknown)"
|
|
)
|