Skip to content

Commit

Permalink
Fix go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m committed Apr 25, 2020
1 parent 6842d77 commit f56ed39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/gobuffalo/pop/v5
go 1.13

require (
github.com/cockroachdb/cockroach-go v0.0.0-20190925194419-606b3d062051
github.com/fatih/color v1.9.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gobuffalo/attrs v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion soda/cmd/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cmd

// Version defines the current Pop version.
const Version = "v5.1.0"
const Version = "v5.1.1"

0 comments on commit f56ed39

Please sign in to comment.