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