From c93c18f424ba0dfdeba047376c3e20535c8f01d1 Mon Sep 17 00:00:00 2001 From: Sebastian Spaink Date: Thu, 30 Jul 2026 17:33:57 -0500 Subject: [PATCH] Prepare v1.20.0 development (#8956) Signed-off-by: Sebastian Spaink --- CHANGELOG.md | 2 ++ v1/version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c441e04a..93e3ae4fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/v1/version/version.go b/v1/version/version.go index cb30f722fc..2bd6d49f87 100644 --- a/v1/version/version.go +++ b/v1/version/version.go @@ -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()