version: prepare for 1.10.0 releases

This commit is contained in:
Lucas Bajolet 2023-05-31 11:50:56 -04:00
parent f730bd640f
commit ac29a1366b
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.9.0
1.10.0

View file

@ -22,7 +22,7 @@ var (
// A pre-release marker for the version can also be specified (e.g -dev). If this is omitted
// The main version number that is being run at the moment.
Version = "1.9.0"
Version = "1.10.0"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release