Skip to content

Commit

Permalink
bump to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Apr 8, 2017
1 parent f9e8c1b commit 3cf7164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.9
VERSION=0.1.10
NAME=fdevices_$(VERSION)

build:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

func main() {
app := cli.NewApp()
app.Version = "0.1.9"
app.Version = "0.1.10"
app.Usage = "Streams realtime events about devices (Dongles)"
app.Commands = []cli.Command{
{
Expand Down

0 comments on commit 3cf7164

Please sign in to comment.