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