summaryrefslogtreecommitdiff
path: root/internal/version/version.go
blob: 9297d1b550048fc077ec7b5a35c1545a5feab0c4 (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 = "v0.4.0"