diff --git a/kamimai.go b/kamimai.go index ec2619e..eca90e8 100644 --- a/kamimai.go +++ b/kamimai.go @@ -6,7 +6,7 @@ import ( "github.com/eure/kamimai/core" ) -const version = "v0.1.0" +const version = "v0.1.1" // Current returns the current migration version. func Current(c *core.Config) (uint64, error) {