deprecate migration_clone_addresse in favor of migration_clone_address

This commit is contained in:
2022-08-14 20:53:18 +02:00
parent 8e2fc7264b
commit c4757ce109
6 changed files with 24 additions and 7 deletions

@ -3,7 +3,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
GOFMT ?= gofmt -s
VERSION = 0.7.2
VERSION = 0.7.3
test: fmt-check
go test -i $(TEST) || exit 1