summaryrefslogtreecommitdiff
path: root/internal/version/version.go
blob: c7defb053bfe7ed4dcfce100ea7c4e85e58fdf37 (plain)
1
2
3
4
5
// Package version holds the application version string.
package version

// Version is the current release version of geheim.
const Version = "0.0.0"