Increment version

This commit is contained in:
Jim McDonald 2020-11-29 16:07:58 +00:00
parent 6a28a2ce86
commit 57fcf15be1
No known key found for this signature in database
GPG Key ID: 89CEB61B2AD2A5E7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Development:
1.0.1:
- include source and target epochs when scoring attestation data
1.0.0:

View File

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