mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 03:12:09 +00: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)"
|
|
)
|