Prepare v1.19.0 development (#8821)

Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
This commit is contained in:
Sebastian Spaink
2026-06-25 16:41:51 -05:00
committed by GitHub
parent cc2c5c60a4
commit 141fc51bd6
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## 1.18.0
This release contains a mix of bugfixes and small features. Notably:
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"runtime/debug"
)
var Version = "1.18.0"
var Version = "1.19.0-dev"
// GoVersion is the version of Go this was built with
var GoVersion = runtime.Version()