Skip to content

Commit

Permalink
include version in homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Sep 19, 2019
1 parent 58f7a19 commit e1637a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.6.3 (2019-Sep-19)

Fix homebrew formula to handle upgrades

### 0.6.2 (2019-Sep-19)

Added homebrew tap automation
Expand Down
1 change: 1 addition & 0 deletions tasks
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class Dojo < Formula
homepage "https://github.com/kudulab/dojo"
url "https://github.com/kudulab/dojo/releases/download/${VERSION}/dojo_darwin_amd64"
sha256 "${SHA256}"
version "${VERSION}"
bottle :unneeded
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main
const DojoVersion = "0.6.2"
const DojoVersion = "0.6.3"

0 comments on commit e1637a4

Please sign in to comment.