Skip to content

Commit

Permalink
[release 23.04.2] 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 Jun 8, 2023
1 parent aca4893 commit 5b5b579
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.1
23.04.2
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.1'
release = '23.04.2'

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

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5866
static public final int APP_BUILDNUM = 5870

/**
* 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.1'}
NXF_VER=${NXF_VER:-'23.04.2'}
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 @@
5bcf39ef048cb98ab4a1979ac29f3eed
a4bf6a2f375ca8a0eccbf9eaba5c4e4f
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
990d8abd094ebff7953ce6b3303334e162867bb3
9bf60bcc9aae1bcadaaea8000b99045fd9b1b1e8
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5de3e09117ca648b2b50778d3209feb249b35de0f97cdbcf52c7d92c7a96415c
4231266912ae68ba784808e3b6c56a726f7d28f379c9639f4e0a29034761c904

0 comments on commit 5b5b579

Please sign in to comment.