This repository has been archived on 2026-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
2024-09-23 11:55:07 +02:00

9 lines
157 B
Go

package version
var (
// Version is the current File Browser version.
Version = "(untracked)"
// CommitSHA is the commit sha.
CommitSHA = "(unknown)"
)