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