summaryrefslogtreecommitdiff
path: root/internal/version/version.go
blob: 9310bfc687a86982f31e541a3da499530d0808ac (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.13.1"