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