Prepare v1.12.0 development (#8077)

Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
Johan Fylling
2025-11-26 14:55:41 +01:00
committed by GitHub
parent 45cbfa1d83
commit 76091fd2b7
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.11.0
This release contains a mix of new features, performance improvements, and bugfixes. Notably:
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"runtime/debug"
)
var Version = "1.11.0"
var Version = "1.12.0-dev"
// GoVersion is the version of Go this was built with
var GoVersion = runtime.Version()