From 65e0d2c7e315f1ab4f55723e869bbf9c386cd299 Mon Sep 17 00:00:00 2001 From: Johan Fylling Date: Fri, 31 Oct 2025 14:19:08 +0100 Subject: [PATCH] Prepare v1.11.0 development --- CHANGELOG.md | 2 ++ v1/version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a331ba51e0..77262ad065 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.10.0 This release contains a mix of new features, performance improvements, and bugfixes. Notably: diff --git a/v1/version/version.go b/v1/version/version.go index 4b9bc02421..b381b85de9 100644 --- a/v1/version/version.go +++ b/v1/version/version.go @@ -10,7 +10,7 @@ import ( "runtime/debug" ) -var Version = "1.10.0" +var Version = "1.11.0-dev" // GoVersion is the version of Go this was built with var GoVersion = runtime.Version()