summaryrefslogtreecommitdiff
path: root/internal/version/version.go
blob: 39b58e86d17fe64ab9b31b56adc4debb79ce2b95 (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.16.0"