From 3cf7164600a275613103b15125cd1302c7948f9a Mon Sep 17 00:00:00 2001 From: gernest Date: Sat, 8 Apr 2017 12:32:25 +0000 Subject: [PATCH] bump to 0.1.10 --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c8777c3..c25ed35 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.9 +VERSION=0.1.10 NAME=fdevices_$(VERSION) build: diff --git a/main.go b/main.go index 73d0f83..0294c51 100644 --- a/main.go +++ b/main.go @@ -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{ {