mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 19:22:57 +00:00
7 lines
101 B
Go
7 lines
101 B
Go
package version
|
|
|
|
const (
|
|
// Version is the current File Browser version.
|
|
Version = "(untracked)"
|
|
)
|