summaryrefslogtreecommitdiff
path: root/internal/version/version.go
blob: bac9d8e7116b2956000b1f5e5876a9c422618170 (plain)
1
2
3
4
5
// Package version holds the application version string.
package version

// Version is the current release version of foostore.
const Version = "v0.5.3"