Prepare v1.20.0 development (#8956)

Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
This commit is contained in:
Sebastian Spaink
2026-07-30 17:33:57 -05:00
committed by GitHub
parent 1e32c796e8
commit c93c18f424
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.19.0
This release contains a mix of new features and bug fixes. Notably:
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"runtime/debug"
)
var Version = "1.19.0"
var Version = "1.20.0-dev"
// GoVersion is the version of Go this was built with
var GoVersion = runtime.Version()