summaryrefslogtreecommitdiff
path: root/internal/version/version.go
blob: 89feed031f7e965e6dadc9b6da79e6ddbbb8c34e (plain)
1
2
3
4
5
// Package version holds release metadata for the snonux binary.
package version

// Version is the application version (semantic versioning).
const Version = "0.11.0"