From 6aa798c0f0139ee21426098e4b238cf2eaf133c8 Mon Sep 17 00:00:00 2001 From: Shintaro Kaneko Date: Wed, 10 Jun 2020 19:24:28 +0900 Subject: [PATCH] Bump up --- kamimai.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamimai.go b/kamimai.go index 4d6e1db..6cea8d4 100644 --- a/kamimai.go +++ b/kamimai.go @@ -7,7 +7,7 @@ import ( ) // Version represents kamimai's semantic version. -const Version = "v0.4.0" +const Version = "v0.4.1" // Current returns the current migration version. func Current(c *core.Config) (uint64, error) {