Skip to content

Commit

Permalink
Upgrade pop version to v4.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m committed Aug 27, 2019
1 parent 8387f09 commit 83d3253
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/gobuffalo/meta v0.1.0
github.com/gobuffalo/packr/v2 v2.6.0
github.com/gobuffalo/plush v3.8.3+incompatible
github.com/gobuffalo/pop v4.11.4+incompatible
github.com/gobuffalo/pop v4.11.5+incompatible
github.com/gofrs/uuid v3.2.0+incompatible
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ github.com/gobuffalo/pop v4.11.0+incompatible/go.mod h1:DwBz3SD5SsHpTZiTubcsFWcV
github.com/gobuffalo/pop v4.11.1+incompatible/go.mod h1:DwBz3SD5SsHpTZiTubcsFWcVDpJWGsxjVjMPnkiThWg=
github.com/gobuffalo/pop v4.11.2+incompatible/go.mod h1:DwBz3SD5SsHpTZiTubcsFWcVDpJWGsxjVjMPnkiThWg=
github.com/gobuffalo/pop v4.11.3+incompatible/go.mod h1:DwBz3SD5SsHpTZiTubcsFWcVDpJWGsxjVjMPnkiThWg=
github.com/gobuffalo/pop v4.11.4+incompatible h1:hxc8DqIih0T48Xyi5HbviJXgSTGbXAJetFhNCzktdas=
github.com/gobuffalo/pop v4.11.4+incompatible/go.mod h1:DwBz3SD5SsHpTZiTubcsFWcVDpJWGsxjVjMPnkiThWg=
github.com/gobuffalo/pop v4.11.5+incompatible h1:ij0LMIYLWfh1IAHTvaVVBrrvIMpYJ7HMW4QeXbIXvew=
github.com/gobuffalo/pop v4.11.5+incompatible/go.mod h1:DwBz3SD5SsHpTZiTubcsFWcVDpJWGsxjVjMPnkiThWg=
github.com/gobuffalo/release v1.0.35/go.mod h1:VtHFAKs61vO3wboCec5xr9JPTjYyWYcvaM3lclkc4x4=
github.com/gobuffalo/release v1.0.38/go.mod h1:VtHFAKs61vO3wboCec5xr9JPTjYyWYcvaM3lclkc4x4=
github.com/gobuffalo/release v1.0.42/go.mod h1:RPs7EtafH4oylgetOJpGP0yCZZUiO4vqHfTHJjSdpug=
Expand Down
2 changes: 1 addition & 1 deletion pop/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package pop

// Version is the current pop version (not the buffalo-pop one).
const Version = "v4.11.4"
const Version = "v4.11.5"
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version of main
const Version = "v1.18.1"
const Version = "v1.19.0"

0 comments on commit 83d3253

Please sign in to comment.