Skip to content

Commit

Permalink
change version name to fuji
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Feb 5, 2024
1 parent 274bcfc commit 33894fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 33894fc

Please sign in to comment.