Skip to content

Commit

Permalink
[release 23.09.3-edge] [ci fast] 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 Oct 10, 2023
1 parent 4f86bed commit 1bfb8b1
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.09.2-edge
23.09.3-edge
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = '23.09'
# The full version, including alpha/beta/rc tags.
release = '23.09.2-edge'
release = '23.09.3-edge'

# 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,9 +1,9 @@
nf-amazon@2.1.3
nf-amazon@2.1.4
nf-azure@1.3.2
nf-cloudcache@0.2.0
nf-cloudcache@0.3.0
nf-codecommit@0.1.5
nf-console@1.0.6
nf-ga4gh@1.1.0
nf-google@1.8.2
nf-tower@1.6.2
nf-wave@0.13.0
nf-google@1.8.3
nf-tower@1.6.3
nf-wave@0.14.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.09.2-edge"
static public final String APP_VER = "23.09.3-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5884
static public final int APP_BUILDNUM = 5888

/**
* 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.09.2-edge'}
NXF_VER=${NXF_VER:-'23.09.3-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 @@
0daca43a243bc69bbda98d5beae89127
f4597acee862538b6a1beda1c5b07855
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bc2ca43dea392a6bdfc0c5d41541523b8f80c537
cb9e8a01275e511f792aa11ecce411f92e7e4625
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2f1e00d05581db1d4677185c82b3f2a65ef484d526f8a32b0d3855baa63f9406
7aff41f4a15382c78c06053ee4648ae784e7b4363b248d6ee22a1f05ef27480c

0 comments on commit 1bfb8b1

Please sign in to comment.