Skip to content

Commit bb171f2

Browse files
Release v4.25.2
1 parent 2e8e49a commit bb171f2

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<!-- markdownlint-configure-file { "no-duplicate-heading": { "siblings_only": true } } -->
44

5-
## 4.26.0.pre
5+
## 4.25.2
66

7-
Released: [Place date of release here]
7+
Released: 2026-02-03
88

99
### New Features
1010

docs/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
DO NOT EDIT: THIS FILE IS GENERATED, edit docs/README.erb.md, for details, read docs/README.md
44
PANDOC_META_BEGIN
5-
subtitle: "ascli 4.26.0.pre"
5+
subtitle: "ascli 4.25.2"
66
author: "Laurent Martin"
77
PANDOC_META_END
88
-->
@@ -40,7 +40,7 @@ Need to debug? I’ll show you what’s going on under the hood.
4040

4141
Think of me as Aspera’s command-line sidekick: quick, reliable, and a little no-nonsense. You bring the files; I’ll bring the horsepower."
4242

43-
Version: 4.26.0.pre
43+
Version: 4.25.2
4444

4545
Laurent Martin/2016-2026
4646

@@ -124,7 +124,7 @@ ascli --version
124124
```
125125

126126
```text
127-
4.26.0.pre
127+
4.25.2
128128
```
129129

130130
> [!NOTE]
@@ -786,11 +786,11 @@ Necessary gems can be packed in a `tar.gz` like this:
786786

787787
```bash
788788
mkdir temp_folder
789-
gem install aspera-cli:4.26.0.pre --no-document --install-dir temp_folder
789+
gem install aspera-cli:4.25.2 --no-document --install-dir temp_folder
790790
find temp_folder
791-
mv temp_folder/cache aspera-cli-4.26.0.pre-gems
791+
mv temp_folder/cache aspera-cli-4.25.2-gems
792792
rm -fr temp_folder
793-
tar zcvf aspera-cli-4.26.0.pre-gems aspera-cli-4.26.0.pre-gems.tgz
793+
tar zcvf aspera-cli-4.25.2-gems aspera-cli-4.25.2-gems.tgz
794794
```
795795

796796
#### Unix-like
@@ -935,7 +935,7 @@ ascli -v
935935
```
936936

937937
```text
938-
4.26.0.pre
938+
4.25.2
939939
```
940940

941941
In order to keep persistency of configuration on the host, you should specify your user's configuration folder as a volume for the container.
@@ -4637,7 +4637,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1000&size=1" --to-folder=
46374637
```text
46384638
ascli -h
46394639
NAME
4640-
ascli -- a command line tool for Aspera Applications (v4.26.0.pre)
4640+
ascli -- a command line tool for Aspera Applications (v4.25.2)
46414641
46424642
SYNOPSIS
46434643
ascli COMMANDS [OPTIONS] [ARGS]

lib/aspera/cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module Aspera
44
module Cli
55
# For beta add extension : .beta1
66
# For dev version add extension : .pre
7-
VERSION = '4.26.0.pre'
7+
VERSION = '4.25.2'
88
end
99
end

0 commit comments

Comments
 (0)