update version; bump to be in line with the ipld-eth-db schema version it is compatible with
This commit is contained in:
parent
34a6d3af4b
commit
de12fab935
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user