From 11664bb321e8e4f7b479a78be4737153efe31907 Mon Sep 17 00:00:00 2001 From: Felipe Pontes Date: Tue, 30 Oct 2018 06:37:23 -0300 Subject: [PATCH] Release v0.3.0 --- README.md | 2 +- src/sinonimos/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e3bf60..2c93ec3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Find synonyms without leaving your terminal Run this command to download the latest version of `sinonimos`: ```bash -sudo curl -L "https://github.com/felipemfp/sinonimos-cli/releases/download/v0.2.0/sinonimos" -o /usr/local/bin/sinonimos +sudo curl -L "https://github.com/felipemfp/sinonimos-cli/releases/download/v0.3.0/sinonimos" -o /usr/local/bin/sinonimos ``` Apply executable permissions to the binary: diff --git a/src/sinonimos/main.go b/src/sinonimos/main.go index fb20574..79e3955 100644 --- a/src/sinonimos/main.go +++ b/src/sinonimos/main.go @@ -17,7 +17,7 @@ import ( ) var name = "sinonimos" -var version = "v0.2.0" +var version = "v0.3.0" var s = spinner.New(spinner.CharSets[14], 100*time.Millisecond) func main() {