aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/version/version.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version/version.go b/internal/version/version.go
index 02159d16..daefe110 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -52,8 +52,8 @@ import (
const (
Major = 1
Minor = 29
- Patch = 0
- PreRelease = "devel"
+ Patch = 1
+ PreRelease = ""
)
// String formats the version string for this module in semver format.