Skip to content

Commit

Permalink
[release 23.04.4] Update timestamp and build number
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Sep 25, 2023
1 parent ffe89b4 commit f2905ab
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.04.3
23.04.4
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# The short X.Y version.
version = '23.04'
# The full version, including alpha/beta/rc tags.
release = '23.04.3'
release = '23.04.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-commons/src/main/nextflow/Const.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ class Const {
/**
* The application version
*/
static public final String APP_VER = "23.04.3"
static public final String APP_VER = "23.04.4"

/**
* The app build time as linux/unix timestamp
*/
static public final long APP_TIMESTAMP = 1691779035662
static public final long APP_TIMESTAMP = 1695656108097

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5875
static public final int APP_BUILDNUM = 5882

/**
* The app build time string relative to UTC timezone
Expand Down
2 changes: 1 addition & 1 deletion nextflow
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

[[ "$NXF_DEBUG" == 'x' ]] && set -x
NXF_VER=${NXF_VER:-'23.04.3'}
NXF_VER=${NXF_VER:-'23.04.4'}
NXF_ORG=${NXF_ORG:-'nextflow-io'}
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
NXF_PROT=${NXF_PROT:-'https'}
Expand Down
2 changes: 1 addition & 1 deletion nextflow.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
94bea6a9d20e10ad31914301cc5a18f0
1f60c9645a53a00ba1022de79af737a4
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e8825268c3d88985c2954dff6569453a180b30aa
24ccf06287810cbe14b39fba3255a54190b3d682
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
258714c0772db3cab567267e8441c5b72102381f6bd58fc6957c2972235be7e0
494b462f8f2c47e51ba6f833d818ee0c55412b88fdb526b71ec8f0c758dd8f0f

0 comments on commit f2905ab

Please sign in to comment.