Ipld eth server #3

Merged
telackey merged 12 commits from ipld-eth-server into master 2020-09-02 19:15:03 +00:00
Showing only changes of commit f4b7b92dd8 - Show all commits

View File

@ -20,8 +20,8 @@ import "fmt"
const (
Major = 0 // Major version component of the current release
Minor = 1 // Minor version component of the current release
Patch = 2 // Patch version component of the current release
Minor = 2 // Minor version component of the current release
Patch = 0 // Patch version component of the current release
Meta = "alpha" // Version metadata to append to the version string
)