Skip to content

Commit

Permalink
chore: bump version to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gegles committed Oct 19, 2021
1 parent 757dac3 commit faa5106
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
@@ -1,7 +1,7 @@
[comment1]: # (Do not edit this README.md, edit docs/README.erb.md, for details, read docs/README.md)
<font size="+12"><center>`ascli` : Command Line Interface for IBM Aspera products</center></font>

Version : 4.2.3.pre
Version : 4.3.0

_Laurent/2016-2021_

Expand Down Expand Up @@ -82,7 +82,7 @@ Once the gem is installed, `ascli` shall be accessible:

```
$ ascli --version
4.2.3.pre
4.3.0
```

## First use
Expand Down Expand Up @@ -281,7 +281,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` :

```
$ 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 @@ -374,7 +374,7 @@ or restore the `$HOME/.aspera` folder for the user.
Once you have Ruby and rights to install gems: Install the gem and its dependencies:

```
# gem install aspera-cli --pre
# gem install aspera-cli
```

To upgrade to the latest version:
Expand Down Expand Up @@ -1680,7 +1680,7 @@ ascli sync start --parameters=@json:'{"sessions":[{"name":"test","reset":true,"r
```
$ ascli -h
NAME
ascli -- a command line tool for Aspera Applications (v4.2.3.pre)
ascli -- a command line tool for Aspera Applications (v4.3.0)

SYNOPSIS
ascli COMMANDS [OPTIONS] [ARGS]
Expand Down Expand Up @@ -3775,7 +3775,7 @@ So, it evolved into `ascli`:

# Changes (Release notes)

* 4.2.3.pre
* 4.3.0

* new: parameter `multi_incr_udp` for option `transfer_info`: control if UDP port is incremented when multi-session is used on `direct` transfer agent.
* new: command `aoc files node_info` to get node information for a given folder in the Files application of AoC. Allows cross-org or cross-workspace transfers.
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.2.3.pre"
VERSION = "4.3.0"
end
end

0 comments on commit faa5106

Please sign in to comment.