Skip to content

Commit f2905ab

Browse files
committed
[release 23.04.4] Update timestamp and build number
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent ffe89b4 commit f2905ab

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-
23.04.3
1+
23.04.4

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# The short X.Y version.
5656
version = '23.04'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '23.04.3'
58+
release = '23.04.4'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# 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-google@1.7.3
2-
nf-azure@1.0.1
1+
nf-amazon@1.16.2
32
nf-wave@0.8.4
4-
nf-tower@1.5.12
53
nf-console@1.0.5
6-
nf-amazon@1.16.2
7-
nf-codecommit@0.1.4
8-
nf-ga4gh@1.0.5
4+
nf-google@1.7.3-patch1
5+
nf-azure@1.0.1
6+
nf-tower@1.5.12
7+
nf-ga4gh@1.0.5
8+
nf-codecommit@0.1.4

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ class Const {
5252
/**
5353
* The application version
5454
*/
55-
static public final String APP_VER = "23.04.3"
55+
static public final String APP_VER = "23.04.4"
5656

5757
/**
5858
* The app build time as linux/unix timestamp
5959
*/
60-
static public final long APP_TIMESTAMP = 1691779035662
60+
static public final long APP_TIMESTAMP = 1695656108097
6161

6262
/**
6363
* The app build number
6464
*/
65-
static public final int APP_BUILDNUM = 5875
65+
static public final int APP_BUILDNUM = 5882
6666

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

nextflow

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

1717
[[ "$NXF_DEBUG" == 'x' ]] && set -x
18-
NXF_VER=${NXF_VER:-'23.04.3'}
18+
NXF_VER=${NXF_VER:-'23.04.4'}
1919
NXF_ORG=${NXF_ORG:-'nextflow-io'}
2020
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
2121
NXF_PROT=${NXF_PROT:-'https'}

nextflow.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
94bea6a9d20e10ad31914301cc5a18f0
1+
1f60c9645a53a00ba1022de79af737a4

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e8825268c3d88985c2954dff6569453a180b30aa
1+
24ccf06287810cbe14b39fba3255a54190b3d682

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
258714c0772db3cab567267e8441c5b72102381f6bd58fc6957c2972235be7e0
1+
494b462f8f2c47e51ba6f833d818ee0c55412b88fdb526b71ec8f0c758dd8f0f

0 commit comments

Comments
 (0)