summaryrefslogtreecommitdiff
path: root/internal/version/version.go
blob: 76b95e47e647d4bb6e15592fdafaaab023543ef1 (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.18.0"