Prepare v1.7.0 development (#7736)

Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
Johan Fylling
2025-06-30 16:06:22 +02:00
committed by GitHub
parent 5d65c4c505
commit c872dce1ac
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.6.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.6.0"
var Version = "1.7.0-dev"
// GoVersion is the version of Go this was built with
var GoVersion = runtime.Version()