Skip to content

Commit

Permalink
[release 23.11.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 Nov 24, 2023
1 parent 1715dd2 commit fd99141
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.10.0
23.11.0-edge
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = '23.10'
version = '23.11'
# The full version, including alpha/beta/rc tags.
release = '23.10.0'
release = '23.11.0-edge'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
18 changes: 9 additions & 9 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.4
nf-azure@1.3.2
nf-cloudcache@0.3.0
nf-codecommit@0.1.5
nf-console@1.0.6
nf-ga4gh@1.1.0
nf-google@1.8.3
nf-tower@1.6.3
nf-wave@1.0.0
nf-amazon@2.2.0
nf-azure@1.4.0
nf-cloudcache@0.3.1
nf-codecommit@0.1.6
nf-console@1.0.7
nf-ga4gh@1.1.1
nf-google@1.9.0
nf-tower@1.7.0
nf-wave@1.1.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.10.0"
static public final String APP_VER = "23.11.0-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5890
static public final int APP_BUILDNUM = 5891

/**
* 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.10.0'}
NXF_VER=${NXF_VER:-'23.11.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 @@
72d4fc9e2c3d8cf2d1232690b7ea0121
8a4583bb84d6e8304cc0b1ff5446f21f
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9ff8060a99bad698d5ad9316ea3a4acfe2ae51c1
965e377c383f399cb01e2c109ed2edd8335671e6
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4b7fba61ecc6d53a6850390bb435455a54ae4d0c3108199f88b16b49e555afdd
ddb037f134a8289215fa41b45f85e678e4bd45b8da2a3379caf326a99dfbbeeb

0 comments on commit fd99141

Please sign in to comment.