Skip to content

Commit

Permalink
goreleaser: Update to version 0.119.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Oct 7, 2019
1 parent 770e175 commit 2db9f36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/goreleaser.json
@@ -1,16 +1,16 @@
{
"version": "0.118.2",
"version": "0.119.0",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.118.2/goreleaser_Windows_i386.zip",
"hash": "342eb3cb3648210b859abc036562be7a6c5094883b6d7012ce8d7584b1b2c20b"
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.119.0/goreleaser_Windows_i386.zip",
"hash": "fb70cb659780ce0d7540f92b23838ce0d279380072bc846f8e94df06eacc436f"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.118.2/goreleaser_Windows_x86_64.zip",
"hash": "dbb65336fdad4551487b5301dcb4bc21dd5d0101a883dbfed67e2943a6ec286e"
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.119.0/goreleaser_Windows_x86_64.zip",
"hash": "5394943b29a6db7489f8975d1ae78d82390b6cf821958161bf2380d4e7028e3b"
}
},
"bin": "goreleaser.exe",
Expand Down

0 comments on commit 2db9f36

Please sign in to comment.