diff --git a/checkpoint.go b/checkpoint.go index 5d2e486db..f8db2be28 100644 --- a/checkpoint.go +++ b/checkpoint.go @@ -34,7 +34,7 @@ func runCheckpoint(c *config) { version := Version if VersionPrerelease != "" { - version += fmt.Sprintf(".%s", VersionPrerelease) + version += fmt.Sprintf("-%s", VersionPrerelease) } signaturePath := filepath.Join(configDir, "checkpoint_signature")