7 lines
101 B
Go
7 lines
101 B
Go
|
package version
|
||
|
|
||
|
const (
|
||
|
// Version is the current File Browser version.
|
||
|
Version = "(untracked)"
|
||
|
)
|