Skip to content

Commit

Permalink
[release 23.04.5] 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 Jan 12, 2024
1 parent ca3e345 commit 973b031
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.04.4
23.04.5
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.4'
release = '23.04.5'

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

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

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

/**
* 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.4'}
NXF_VER=${NXF_VER:-'23.04.5'}
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 @@
1f60c9645a53a00ba1022de79af737a4
01e6db661de9b914f441998ca92d6fe5
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24ccf06287810cbe14b39fba3255a54190b3d682
7bc580d5ea1f392ef8c9572a424221cd91642e33
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
494b462f8f2c47e51ba6f833d818ee0c55412b88fdb526b71ec8f0c758dd8f0f
e66830f3e9ea0301e0f7e1882b5710a1a37854900a12acdc24a0f06732e9456a

0 comments on commit 973b031

Please sign in to comment.