Increment version.

This commit is contained in:
Jim McDonald 2020-12-15 10:51:10 +00:00
parent 3a8098981c
commit fda79aa31a
No known key found for this signature in database
GPG Key ID: 89CEB61B2AD2A5E7
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ import (
)
// ReleaseVersion is the release version for the code.
var ReleaseVersion = "1.0.1"
var ReleaseVersion = "1.0.2"
func main() {
os.Exit(main2())