Skip to content

Commit

Permalink
bump version to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaln7 committed Jul 31, 2017
1 parent db2ee42 commit cf44fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ karmabot is a Slack bot that listens for and performs karma operations (aka upvo
### Build from Source

1. clone the repo:
1. `git clone -b v1.4.1 https://github.com/kamaln7/karmabot.git`
1. `git clone -b v1.4.2 https://github.com/kamaln7/karmabot.git`
2. run `go get` and then `go build` in `/cmd/karmabot` and `/cmd/karmabotctl`
1. `cd karmabot`
2. `go get`
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package karmabot

// Version is the current version of karmabot.
const Version = "1.4.1"
const Version = "1.4.2"

0 comments on commit cf44fe2

Please sign in to comment.