#14 deprecate migration_clone_addresse in favor of migration_clone_address
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-14 20:53:18 +02:00
parent 8e2fc7264b
commit 13728c9a4f
5 changed files with 23 additions and 6 deletions

View File

@ -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