Skip to content

Commit 973b031

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

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.04.4
1+
23.04.5

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.4'
58+
release = '23.04.5'
5959

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

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.4"
55+
static public final String APP_VER = "23.04.5"
5656

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

6262
/**
6363
* The app build number
6464
*/
65-
static public final int APP_BUILDNUM = 5882
65+
static public final int APP_BUILDNUM = 5885
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.4'}
18+
NXF_VER=${NXF_VER:-'23.04.5'}
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-
1f60c9645a53a00ba1022de79af737a4
1+
01e6db661de9b914f441998ca92d6fe5

nextflow.sha1

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

nextflow.sha256

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

0 commit comments

Comments
 (0)