update version; bump to be in line with the ipld-eth-db schema versio… #138

Merged
telackey merged 1 commits from release-v2.0.0 into master 2022-01-26 15:17:29 +00:00

View File

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