Skip to content

Commit

Permalink
Updated slack library
Browse files Browse the repository at this point in the history
  • Loading branch information
schemar committed Jan 14, 2018
1 parent 61b02c9 commit 82f7d87
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .goxc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"ArtifactsDest": "dist",
"Tasks": [
"xc"
],
"BuildConstraints": "linux windows darwin freebsd",
"TaskSettings": {
"xc": {
"GOARM": "7"
}
},
"ConfigVersion": "0.9"
}

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
all:
gox --os="linux darwin" --output="build/{{.Dir}}_{{.OS}}_{{.Arch}}" ./cmd/phabulous
goxc go-test xc archive rmbin

clean:
rm -r build
rm -rf dist
2 changes: 1 addition & 1 deletion cmd/phabulous/phabulous.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func main() {
app.Usage = "A Phabricator bot in Go"

// Set version and authorship info
app.Version = "2.1.0-alpha1"
app.Version = "2.3.1"
app.Author = "Eduardo Trujillo <[email protected]>"

// Setup the default action. This action will be triggered when no
Expand Down

0 comments on commit 82f7d87

Please sign in to comment.