Skip to content

Commit ea40692

Browse files
committed
chore: bump version to 0.7.1
Update plugin version for secrets detection fixes and improvements. Signed-off-by: Edmund Miller <[email protected]>
1 parent 3d66366 commit ea40692

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/sql-execution/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// Enable the SQL DB plugin
66
plugins {
7-
7+
88
}
99

1010
// Define a file-based H2 database for the example

plugins/nf-sqldb/src/resources/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
22
Plugin-Class: nextflow.sql.SqlPlugin
33
Plugin-Id: nf-sqldb
44
Plugin-Provider: Seqera Labs
5-
Plugin-Version: 0.7.0
5+
Plugin-Version: 0.7.1
66
Plugin-Requires: >=25.04.0

plugins/nf-sqldb/src/testResources/test-h2/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// Enable the SQL DB plugin
66
plugins {
7-
7+
88
}
99

1010
// Define a file-based H2 database for the example

0 commit comments

Comments
 (0)