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