Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmidt75 committed Jan 26, 2017
1 parent 7c12cd6 commit eb22ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/op/go-logging"
)

var VERSION = "0.1.7"
var VERSION = "0.1.8"

var BackendBaseUrl = os.Getenv("SLYFTBACKEND")

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slyft",
"version": "0.1.7",
"version": "0.1.8",
"description": "command line client to slyft-server",
"main": "main.go",
"scripts": {
Expand Down

0 comments on commit eb22ba3

Please sign in to comment.