Skip to content

Commit

Permalink
Use the correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
polds committed Jul 30, 2024
1 parent d4ee4c3 commit ba7e430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/ocr2/plugins/ccip/config/type_and_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
)

// Version to use when TypeAndVersion is missing.
const defaultVersion = "1.0"
const defaultVersion = "1.0.0"

func VerifyTypeAndVersion(addr common.Address, client bind.ContractBackend, expectedType ContractType) (semver.Version, error) {
contractType, version, err := TypeAndVersion(addr, client)
Expand Down

0 comments on commit ba7e430

Please sign in to comment.