mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
7fc4899507
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
9 lines
158 B
Go
9 lines
158 B
Go
package version
|
|
|
|
var (
|
|
// Version is the current File Browser version.
|
|
Version = "(untracked)"
|
|
// CommitSHA is the commmit sha.
|
|
CommitSHA = "(unknown)"
|
|
)
|