Skip to content

Commit

Permalink
Merge pull request #25 from eure/topic/update-version
Browse files Browse the repository at this point in the history
add: version
  • Loading branch information
emahiro committed Dec 6, 2023
2 parents 962876f + c6e4cce commit 68efd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kamimai.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 68efd86

Please sign in to comment.