Skip to content

Commit

Permalink
chore: create v4.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gegles committed Feb 4, 2022
1 parent 0198aa5 commit ebb970b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -88,7 +88,7 @@ ascli --version
```

```bash
4.6.0.pre
4.6.0
```

### First use
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion lib/aspera/cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Aspera
module Cli
VERSION = "4.6.0.pre"
VERSION = "4.6.0"
end
end

0 comments on commit ebb970b

Please sign in to comment.