From 141fc51bd6fa179163d9a55487bc374e9ee2f38d Mon Sep 17 00:00:00 2001 From: Sebastian Spaink Date: Thu, 25 Jun 2026 16:41:51 -0500 Subject: [PATCH] Prepare v1.19.0 development (#8821) 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 dae6a31fc7..8c00333e7f 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.18.0 This release contains a mix of bugfixes and small features. Notably: diff --git a/v1/version/version.go b/v1/version/version.go index cf334bcc7a..770358a6bc 100644 --- a/v1/version/version.go +++ b/v1/version/version.go @@ -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()