Skip to content

Commit

Permalink
bump version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaln7 committed Oct 11, 2017
1 parent 9add3c5 commit 44896e3
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 @@ -42,7 +42,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.2 https://github.com/kamaln7/karmabot.git`
1. `git clone -b v1.4.3 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.2"
const Version = "1.4.3"

0 comments on commit 44896e3

Please sign in to comment.