Skip to content

Commit 021d898

Browse files
committed
[release 22.09.6-edge] Update timestamp and build number [ci fast]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 967d7c1 commit 021d898

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.09.5-edge
1+
22.09.6-edge

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.09'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '22.09.5-edge'
57+
release = '22.09.6-edge'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

modules/nextflow/src/main/resources/META-INF/plugins-info.txt

Lines changed: 3 additions & 3 deletions

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.09.5-edge"
56+
static public final String APP_VER = "22.09.6-edge"
5757

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

6363
/**
6464
* The app build number
6565
*/
66-
static public final int APP_BUILDNUM = 5799
66+
static public final int APP_BUILDNUM = 5802
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.09.5-edge'}
19+
NXF_VER=${NXF_VER:-'22.09.6-edge'}
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-
3ba1581357bbc9874fceb1f7a995bc27
1+
70fd600b06967e1b03c76ede2545eea9

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
35aff3b925492727d8ce1b4f410fb30f3aaada17
1+
1decc861772398b1bb2414ef0d594c6d266d856e

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
511fe4e911c96d6d379739f86bde066d02b18acfaa55edb3f7306d78a31fa1ba
1+
ce1612e5ee1b7713c30c63d98dac44761b915587ff25f82d0c6228cdece11183

0 commit comments

Comments
 (0)