From c6e4cceed38391e59e55d5d723454ac8ee6fd279 Mon Sep 17 00:00:00 2001 From: emahiro Date: Wed, 6 Dec 2023 17:33:23 +0900 Subject: [PATCH] add: version --- kamimai.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamimai.go b/kamimai.go index fb8471b..aa6efb1 100644 --- a/kamimai.go +++ b/kamimai.go @@ -7,7 +7,7 @@ import ( ) // Version represents kamimai's semantic version. -const Version = "v0.4.2" +const Version = "v0.4.4" // Current returns the current migration version. func Current(c *core.Config) (uint64, error) {