diff --git a/README.md b/README.md index 1e0c22f..588486e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Apply and configure this plugin in your `build.gradle` file, for example: ```gradle plugins { - id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.11' + id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.12' } dependencies { diff --git a/VERSION b/VERSION index c7107b8..a385a71 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0-beta.11 +1.0.0-beta.12 diff --git a/changelog.txt b/changelog.txt index 03f04cf..2eae2f7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +1.0.0-beta.12 - 24 Oct 2025 +- Fix errors with plugin-level tests (#16) + 1.0.0-beta.11 - 24 Oct 2025 - Generate plugin spec (#12) - Add Claude review GH action