Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Commit 6863f05

Browse files
committed
version bump: v2.6.0
1 parent 7ae8e31 commit 6863f05

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

v2/.goreleaser.yml.plush

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ changelog:
3232
- '^test:'
3333
<%= if (brew) { %>
3434
brews:
35-
github:
36-
owner: gobuffalo
37-
name: homebrew-tap
35+
-
36+
github:
37+
owner: gobuffalo
38+
name: homebrew-tap
3839
<% } %>

v2/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package packr
22

33
// Version of Packr
4-
const Version = "v2.5.4"
4+
const Version = "v2.6.0"

0 commit comments

Comments
 (0)