You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
9 lines
157 B
Go
9 lines
157 B
Go
package version
|
|
|
|
var (
|
|
// Version is the current File Browser version.
|
|
Version = "(untracked)"
|
|
// CommitSHA is the commit sha.
|
|
CommitSHA = "(unknown)"
|
|
)
|