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