summaryrefslogtreecommitdiff
path: root/internal/version/version.go
blob: 209fae77c598d5f264fbdc1f230a9d27f2ffdde2 (plain)
1
2
3
4
package version

// Version is the application version (set at build time or here for development).
const Version = "0.9.0"