Skip to content

Commit

Permalink
[release 23.09.0-edge] Update timestamp and build number
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 Sep 10, 2023
1 parent 2a7bd21 commit f37d51b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.08.1-edge
23.09.0-edge
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '23.08'
version = '23.09'
# The full version, including alpha/beta/rc tags.
release = '23.08.1-edge'
release = '23.09.0-edge'

# 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/nextflow/src/main/resources/META-INF/plugins-info.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
nf-amazon@2.1.1
nf-azure@1.3.0
nf-amazon@2.1.2
nf-azure@1.3.1
nf-cloudcache@0.2.0
nf-codecommit@0.1.5
nf-console@1.0.6
nf-ga4gh@1.1.0
nf-google@1.8.1
nf-tower@1.6.1
nf-wave@0.11.2
nf-wave@0.12.0
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.08.1-edge"
static public final String APP_VER = "23.09.0-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5874
static public final int APP_BUILDNUM = 5879

/**
* 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.08.1-edge'}
NXF_VER=${NXF_VER:-'23.09.0-edge'}
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 @@
74e5cedd3fd06021c698fab73cf5f03e
8871d71a561d214566dbc8e33300c8c6
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fbaa08de20ccc1743711f9d58fc2ada055d79f01
8fae253e69459149b039e57ca69f0b5ceb2ec5cf
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2b099e5febcc8236308be215936af5ac0af6d9c007e329247f25d4bd9a7cf444
41d0d8a76a49c75f91d4d244ab64bc2e2f96f768828cbdcddd29d527e95bbb99

0 comments on commit f37d51b

Please sign in to comment.