Skip to content

Commit

Permalink
[release 23.04.0] Update timestamp and build number [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Apr 1, 2023
1 parent 2642902 commit 77c286e
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.03.0-edge
23.04.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '23.03'
version = '23.04'
# The full version, including alpha/beta/rc tags.
release = '23.03.0-edge'
release = '23.04.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 5 additions & 5 deletions modules/nextflow/src/main/resources/META-INF/plugins-info.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
nf-amazon@1.16.0
nf-wave@0.8.0
nf-amazon@1.16.1
nf-wave@0.8.1
nf-console@1.0.5
nf-google@1.7.1
nf-azure@0.16.0
nf-tower@1.5.10
nf-google@1.7.2
nf-azure@1.0.0
nf-tower@1.5.11
nf-ga4gh@1.0.4
nf-codecommit@0.1.3
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.03.0-edge"
static public final String APP_VER = "23.04.0"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5852
static public final int APP_BUILDNUM = 5857

/**
* 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.03.0-edge'}
NXF_VER=${NXF_VER:-'23.04.0'}
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 @@
f73ee44ac6a80bc1352a611c80d0f86a
31dde5457783343a0b1cdb99fbdcc3ed
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4b7656ec6f40da31abd582b26bf6b1b8ca489f90
7141018115c16e3b12ae532058220ce7345881
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3aad612ef69a762d015713f6167ff451b2367a753213e4ea4a329c46e07f57fb
62d54ab1ce1311a78f6d0714310b2a5d362047d6dcb16c7d298ad3d0209da29e

0 comments on commit 77c286e

Please sign in to comment.