summaryrefslogtreecommitdiff
path: root/internal/version/version.go
blob: 27a07cee9ed31848ab68d6fdcb041530521c7b76 (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.14.2"