Cleaned up documentation and development artifcats in advance of release
This commit is contained in:
7
internal/buildinfo/buildinfo.go
Normal file
7
internal/buildinfo/buildinfo.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package buildinfo
|
||||
|
||||
// Version is the application version recorded in output artifacts and CLI
|
||||
// metadata. Release builds can override it with:
|
||||
//
|
||||
// go build -ldflags "-X gitea.maximumdirect.net/eric/seriatim/internal/buildinfo.Version=v1.0.0"
|
||||
var Version = "dev"
|
||||
Reference in New Issue
Block a user