diff --git a/README.md b/README.md index 3163c7fa..9c4c5f70 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## -Version : 4.12.0.beta1 +Version : 4.12.0 Laurent/2016-2023 @@ -93,7 +93,7 @@ ascli --version ``` ```bash -4.12.0.beta1 +4.12.0 ``` ### First use @@ -253,7 +253,7 @@ ascli -v ``` ```text -4.12.0.beta1 +4.12.0 ``` In order to keep persistency of configuration on the host, @@ -423,7 +423,7 @@ Install Latest stable Ruby: 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: @@ -509,7 +509,7 @@ If you already have a Java JVM on your system (`java`), it is possible to use `j 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: @@ -2608,7 +2608,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1m&size=0&inc=2&seq=seque ```text ascli -h NAME - ascli -- a command line tool for Aspera Applications (v4.12.0.beta1) + ascli -- a command line tool for Aspera Applications (v4.12.0) SYNOPSIS ascli COMMANDS [OPTIONS] [ARGS] diff --git a/lib/aspera/cli/version.rb b/lib/aspera/cli/version.rb index 3aa55f48..fbfdd29d 100644 --- a/lib/aspera/cli/version.rb +++ b/lib/aspera/cli/version.rb @@ -3,6 +3,6 @@ module Aspera module Cli # for beta add extension : .beta1 - VERSION = '4.12.0.beta1' + VERSION = '4.12.0' end end