We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a39fdd commit be7562aCopy full SHA for be7562a
2 files changed
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.askimed</groupId>
6
<artifactId>nf-test</artifactId>
7
- <version>0.8.4</version>
+ <version>0.9.0-rc1</version>
8
<name>nf-test</name>
9
<description>Simple test framework for Nextflow pipelines</description>
10
<url>https://github.com/askimed/nf-test</url>
src/main/java/com/askimed/nf/test/App.java
@@ -17,7 +17,7 @@ public class App {
17
18
public static final String NAME = "nf-test";
19
20
- public static final String VERSION = "0.8.4";
+ public static final String VERSION = "0.9.0-rc1";
21
22
public static final String PACKAGE = "com.askimed.nf.test";
23
0 commit comments