update version to 1.3.0

This commit is contained in:
James Bardin 2022-04-27 15:52:08 -04:00
parent 5e023ecfee
commit de65cc43f3

View File

@ -11,7 +11,7 @@ import (
)
// The main version number that is being run at the moment.
var Version = "1.2.0"
var Version = "1.3.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