Skip to content

Commit 3107cd4

Browse files
committed
[release 22.09.7-edge] Update timestamp and build number [ci fast]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 4d5d482 commit 3107cd4

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.09.6-edge
1+
22.09.7-edge

docs/conf.py

+1-1
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.6-edge'
57+
release = '22.09.7-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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
33
44

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

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

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

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

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

nextflow

+1-1
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.6-edge'}
19+
NXF_VER=${NXF_VER:-'22.09.7-edge'}
2020
NXF_ORG=${NXF_ORG:-'nextflow-io'}
2121
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
2222
NXF_PROT=${NXF_PROT:-'https'}

nextflow.md5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
70fd600b06967e1b03c76ede2545eea9
1+
8c2565b1aaac57f41e6448811b635579

nextflow.sha1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1decc861772398b1bb2414ef0d594c6d266d856e
1+
905c4cfa781d987d9a8d84bb99ca576443140288

nextflow.sha256

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ce1612e5ee1b7713c30c63d98dac44761b915587ff25f82d0c6228cdece11183
1+
4179636fd4028d4297f51fcdfac5ca5ecaa7cc856b2839d45a295a41f025514b

0 commit comments

Comments
 (0)