From 6e5b7f7beccc043513bc3299226300b92a227304 Mon Sep 17 00:00:00 2001 From: Rafael Gumieri Date: Wed, 2 May 2018 20:36:19 -0300 Subject: [PATCH] First "stable" release Go to the [README](https://github.com/gumieri/note/blob/v1.0.0/README.md) to know how to use and how to install. If you are using Mac OS or Linux, you can install using the commands: ```bash curl -L https://github.com/gumieri/note/releases/download/v1.0.0/note-`uname -s`-`uname -m` -o /usr/local/bin/note chmod +x /usr/local/bin/note ``` --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4fdc12e..bcc4f8f 100644 --- a/main.go +++ b/main.go @@ -32,7 +32,7 @@ func main() { app.Name = "Note" - app.Version = "0.1.0" + app.Version = "1.0.0" app.Usage = "Quick and easy Command-line tool for taking notes" app.UsageText = "note [just type a text] [or command] [with command options]"