mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-20 01:48:41 +00:00
6 lines
101 B
Go
6 lines
101 B
Go
package version
|
|
|
|
const (
|
|
// Version is the current File Browser version.
|
|
Version = "(untracked)"
|
|
)
|