diff --git a/kamimai.go b/kamimai.go index aa6efb1..2a07941 100644 --- a/kamimai.go +++ b/kamimai.go @@ -7,7 +7,7 @@ import ( ) // Version represents kamimai's semantic version. -const Version = "v0.4.4" +const Version = "v0.4.5" // Current returns the current migration version. func Current(c *core.Config) (uint64, error) {