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

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