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