update version; bump to be in line with the ipld-eth-db schema version it is compatible with

This commit is contained in:
i-norden 2022-01-26 09:16:47 -06:00
parent 34a6d3af4b
commit de12fab935

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
)