Try to fix builds saying they are dev
This commit is contained in:
parent
c9052bab9f
commit
89cf92640c
@ -28,7 +28,7 @@ var ConfigFilePath = "config.yaml"
|
|||||||
var GitCommit = ""
|
var GitCommit = ""
|
||||||
|
|
||||||
// BuildPlatform is the optional platform this release was built for.
|
// BuildPlatform is the optional platform this release was built for.
|
||||||
var BuildPlatform = "local"
|
var BuildPlatform = "dev"
|
||||||
|
|
||||||
// GetReleaseString gets the version string.
|
// GetReleaseString gets the version string.
|
||||||
func GetReleaseString() string {
|
func GetReleaseString() string {
|
||||||
|
2
main.go
2
main.go
@ -25,7 +25,7 @@ var (
|
|||||||
// BuildVersion is the version.
|
// BuildVersion is the version.
|
||||||
BuildVersion = config.StaticVersionNumber
|
BuildVersion = config.StaticVersionNumber
|
||||||
// BuildPlatform is the type of build.
|
// BuildPlatform is the type of build.
|
||||||
BuildPlatform = "dev"
|
BuildPlatform = ""
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user