Merge pull request #138 from vulcanize/release-v2.0.0

update version; bump to be in line with the ipld-eth-db schema versio…
This commit is contained in:
Ian Norden 2022-01-26 09:17:28 -06:00 committed by GitHub
commit ef4d1f958d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,9 @@ package version
import "fmt"
const (
Major = 0 // Major version component of the current release
Minor = 3 // Minor version component of the current release
Patch = 9 // Patch version component of the current release
Major = 2 // Major version component of the current release
Minor = 0 // Minor version component of the current release
Patch = 0 // Patch version component of the current release
Meta = "" // Version metadata to append to the version string
)