diff --git a/README.md b/README.md index 919b9208..ff351f4f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [comment1]: # (Do not edit this README.md, edit docs/README.erb.md, for details, read docs/README.md) -Version : 4.6.0.pre +Version : 4.6.0 Laurent/2016-2022 @@ -88,7 +88,7 @@ ascli --version ``` ```bash -4.6.0.pre +4.6.0 ``` ### First use @@ -322,7 +322,7 @@ Install Latest stable Ruby using [https://rubyinstaller.org/](https://rubyinstal macOS 10.13+ (High Sierra) comes with a recent Ruby. So you can use it directly. You will need to install aspera-cli using `sudo` : ```bash -sudo gem install aspera-cli --pre +sudo gem install aspera-cli ``` Alternatively, if you use [Homebrew](https://brew.sh/) already you can install Ruby with it: @@ -392,7 +392,7 @@ Note that using jruby the startup time is longer than the native ruby, but trans Once you have Ruby and rights to install gems: Install the gem and its dependencies: ```bash -gem install aspera-cli --pre +gem install aspera-cli ``` To upgrade to the latest version: @@ -2122,7 +2122,7 @@ ascli sync start --parameters=@json:'{"sessions":[{"name":"test","reset":true,"r ```bash ascli -h NAME - ascli -- a command line tool for Aspera Applications (v4.6.0.pre) + ascli -- a command line tool for Aspera Applications (v4.6.0) SYNOPSIS ascli COMMANDS [OPTIONS] [ARGS] @@ -4459,7 +4459,7 @@ So, it evolved into `ascli`: ## Changes (Release notes) -* 4.6.0.pre +* 4.6.0 * new: command `conf plugin create` * new: global option `plugin_folder` diff --git a/lib/aspera/cli/version.rb b/lib/aspera/cli/version.rb index 05a085da..d9c269da 100644 --- a/lib/aspera/cli/version.rb +++ b/lib/aspera/cli/version.rb @@ -1,5 +1,5 @@ module Aspera module Cli - VERSION = "4.6.0.pre" + VERSION = "4.6.0" end end