feat: filebrowser with encfs
This commit is contained in:
8
version/version.go
Normal file
8
version/version.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package version
|
||||
|
||||
var (
|
||||
// Version is the current File Browser version.
|
||||
Version = "(untracked)"
|
||||
// CommitSHA is the commmit sha.
|
||||
CommitSHA = "(unknown)"
|
||||
)
|
||||
Reference in New Issue
Block a user