diff --git a/VERSION b/VERSION index edec998727..830a0693f6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.09.0-edge +24.09.1-edge diff --git a/modules/nextflow/src/main/resources/META-INF/build-info.properties b/modules/nextflow/src/main/resources/META-INF/build-info.properties index 8990911a72..3b084ceb81 100644 --- a/modules/nextflow/src/main/resources/META-INF/build-info.properties +++ b/modules/nextflow/src/main/resources/META-INF/build-info.properties @@ -1,4 +1,4 @@ -build=5924 -version=24.09.0-edge -timestamp=1727869707469 -commitId=179093dc3 +build=5925 +version=24.09.1-edge +timestamp=1728820839596 +commitId=cdecb3f54 diff --git a/modules/nextflow/src/main/resources/META-INF/plugins-info.txt b/modules/nextflow/src/main/resources/META-INF/plugins-info.txt index 73652b0a38..34d7c50155 100644 --- a/modules/nextflow/src/main/resources/META-INF/plugins-info.txt +++ b/modules/nextflow/src/main/resources/META-INF/plugins-info.txt @@ -3,6 +3,6 @@ nf-azure@1.10.0 nf-cloudcache@0.4.2 nf-codecommit@0.2.2 nf-console@1.1.4 -nf-google@1.15.0 +nf-google@1.15.1 nf-tower@1.9.2 -nf-wave@1.6.0 \ No newline at end of file +nf-wave@1.7.0 \ No newline at end of file diff --git a/nextflow b/nextflow index 9927aaef00..4f4c8d2586 100755 --- a/nextflow +++ b/nextflow @@ -15,7 +15,7 @@ # limitations under the License. [[ "$NXF_DEBUG" == 'x' ]] && set -x -NXF_VER=${NXF_VER:-'24.09.0-edge'} +NXF_VER=${NXF_VER:-'24.09.1-edge'} NXF_ORG=${NXF_ORG:-'nextflow-io'} NXF_HOME=${NXF_HOME:-$HOME/.nextflow} NXF_PROT=${NXF_PROT:-'https'}