Skip to content

Commit

Permalink
Merge branch 'version-v0.6.0-fuji' into hello-world-example-fuji
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Feb 5, 2024
2 parents 8aa2450 + f2bc415 commit 3a43caa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,4 @@ In order to upgrade the Subnet-EVM version, you need to change the version in `g
[v0.1.7] [email protected] (Protocol Version: 30)
[v0.1.8] [email protected] (Protocol Version: 31)
[v0.2.0-fuji] [email protected] (Protocol Version: 32)
```
2 changes: 1 addition & 1 deletion plugin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
//_ "github.com/ava-labs/precompile-evm/{yourprecompilepkg}"
)

const Version = "v0.2.0"
const Version = "v0.2.0-fuji"

func main() {
versionString := fmt.Sprintf("Precompile-EVM/%s Subnet-EVM/%s [AvalancheGo=%s, rpcchainvm=%d]", Version, evm.Version, version.Current, version.RPCChainVMProtocol)
Expand Down

0 comments on commit 3a43caa

Please sign in to comment.