Skip to content

Commit

Permalink
[release 23.06.0-edge] Update timestamp and build number [ci fast]
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 14, 2023
1 parent 122d658 commit cb95920
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.05.0-edge
23.06.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.05'
version = '23.06'
# The full version, including alpha/beta/rc tags.
release = '23.05.0-edge'
release = '23.06.0-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,8 +1,8 @@
[email protected].0
[email protected].0
[email protected].1
[email protected].1
[email protected]
[email protected]
[email protected]
nf-google@1.7.4
[email protected].13
nf-wave@0.9.0
nf-google@1.8.0
[email protected].14
nf-wave@0.10.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.05.0-edge"
static public final String APP_VER = "23.06.0-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5862
static public final int APP_BUILDNUM = 5864

/**
* 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.05.0-edge'}
NXF_VER=${NXF_VER:-'23.06.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 @@
19e7115754b26f7182214c7d79997116
424fe74b9ce5d22dc33024cc11e2f3e2
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
526bf59a70d99dfe6ff7e870a58c255bbc682f2e
8efb680493dbf8ecff34d3915fc80b1597b952b0
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0f67acb7f364e7e79d15201b70fad39c459932c9fd46875b3afdb045450bd856
e40f11caadbe721fac44e6db4b58ff2c151d95c3a88cb5d7362bb379c0d7dbbf

0 comments on commit cb95920

Please sign in to comment.