We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa1e18 commit e4f31f3Copy full SHA for e4f31f3
cli/main.go
@@ -0,0 +1,8 @@
1
+package main
2
+
3
+import "github.com/golang-migrate/migrate/v4/internal/cli"
4
5
+// Deprecated, please use cmd/migrate
6
+func main() {
7
+ cli.Main(Version)
8
+}
cli/version.go
@@ -0,0 +1,4 @@
+// Version is set in Makefile with build flags
+var Version = "dev"
0 commit comments