Skip to content

Commit 82b917e

Browse files
committed
[release 22.10.8] Update timestamp and build number [ci fast]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 8404208 commit 82b917e

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.10.7
1+
22.10.8

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '22.10'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '22.10.7'
57+
release = '22.10.8'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
nf-amazon@1.11.4
2-
nf-wave@0.5.4
1+
nf-amazon@1.11.5
2+
nf-wave@0.5.5
33
nf-console@1.0.4
4-
nf-google@1.4.5
5-
nf-azure@0.14.2
6-
nf-tower@1.5.6
7-
nf-ga4gh@1.0.4
4+
nf-google@1.4.6
5+
nf-azure@0.14.3
6+
nf-tower@1.5.7-patch0
7+
nf-ga4gh@1.0.5
88
nf-codecommit@0.1.2

modules/nf-commons/src/main/nextflow/Const.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ class Const {
5353
/**
5454
* The application version
5555
*/
56-
static public final String APP_VER = "22.10.7"
56+
static public final String APP_VER = "22.10.8"
5757

5858
/**
5959
* The app build time as linux/unix timestamp
6060
*/
61-
static public final long APP_TIMESTAMP = 1676752372498
61+
static public final long APP_TIMESTAMP = 1681553308395
6262

6363
/**
6464
* The app build number
6565
*/
66-
static public final int APP_BUILDNUM = 5853
66+
static public final int APP_BUILDNUM = 5860
6767

6868
/**
6969
* The app build time string relative to UTC timezone

nextflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717

1818
[[ "$NXF_DEBUG" == 'x' ]] && set -x
19-
NXF_VER=${NXF_VER:-'22.10.7'}
19+
NXF_VER=${NXF_VER:-'22.10.8'}
2020
NXF_ORG=${NXF_ORG:-'nextflow-io'}
2121
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
2222
NXF_PROT=${NXF_PROT:-'https'}

nextflow.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e83de7bee0475123179e6b376bab8c2b
1+
bb997894a3e8db6fc33c7b8b17a522fe

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d65368fb9ad1bdb9d97349b8c5de6b114076347d
1+
c579e6d60a955befb84592b0f5c91ab3f91f6a9

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3e69e39dd226ad2dd49c1a20446f2fa68f30fdd702bd84fabeb300c3a941c6f0
1+
9cad96de6365d8c56c71c6f702444c5aea434af531b189eb10b7995d234e2c62

0 commit comments

Comments
 (0)