Skip to content

Commit

Permalink
chore: bump version to v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gegles committed Mar 20, 2023
1 parent 2652c19 commit c5cd27a
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 @@ -7,7 +7,7 @@

##

Version : 4.12.0.beta1
Version : 4.12.0

Laurent/2016-2023

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

```bash
4.12.0.beta1
4.12.0
```

### First use
Expand Down Expand Up @@ -253,7 +253,7 @@ ascli -v
```

```text
4.12.0.beta1
4.12.0
```

In order to keep persistency of configuration on the host,
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion lib/aspera/cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Aspera
module Cli
# for beta add extension : .beta1
VERSION = '4.12.0.beta1'
VERSION = '4.12.0'
end
end

0 comments on commit c5cd27a

Please sign in to comment.