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 26c9edd commit 2c772cbCopy full SHA for 2c772cb
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.9.0-rc2</version>
+ <version>0.9.0</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
@@ -11,7 +11,7 @@ public class App {
11
12
public static final String NAME = "nf-test";
13
14
- public static final String VERSION = "0.9.0-rc2";
+ public static final String VERSION = "0.9.0";
15
16
public static final String PACKAGE = "com.askimed.nf.test";
17
0 commit comments