fixed conditions of migration

This commit is contained in:
ultimania
2023-05-31 08:54:45 +09:00
parent bc28fe186f
commit 948b20a6d2
6 changed files with 12 additions and 12 deletions

View File

@ -5,7 +5,7 @@ KERNEL?=$$(uname -s | tr '[:upper:]' '[:lower:]')
GOFMT ?= gofmt -s
VERSION = 0.13.0
VERSION = 0.14.0
test: fmt-check
go test -i $(TEST) || exit 1