Update main branch version to 1.6.0

This commit is contained in:
Alisdair McDiarmid
2023-05-15 10:37:27 -04:00
parent b4d1146f58
commit 091c5d1d5e
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.5.0-dev 1.6.0-dev

View File

@@ -14,7 +14,7 @@ import (
) )
// The main version number that is being run at the moment. // The main version number that is being run at the moment.
var Version = "1.5.0" var Version = "1.6.0"
// A pre-release marker for the version. If this is "" (empty string) // 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 // then it means that it is a final release. Otherwise, this is a pre-release