Skip to content

Commit

Permalink
export Version and bump version (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur authored Jul 11, 2023
1 parent 49cfd8b commit 145555a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import (
//_ "github.com/ava-labs/precompile-evm/{yourprecompilepkg}"
)

const precompileEVMVersion = "v0.0.0"
const Version = "v0.1.1"

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

0 comments on commit 145555a

Please sign in to comment.