summaryrefslogtreecommitdiff
path: root/internal/version/version.go
blob: 42eb3a8bfcdd867891d1d5371c413f0f851e3793 (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.1"