Skip to content

Commit

Permalink
Prepare release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Oct 1, 2023
1 parent acaecf4 commit 393b7b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.askimed</groupId>
<artifactId>nf-test</artifactId>
<version>0.8.0-rc2</version>
<version>0.8.0</version>
<name>nf-test</name>
<description>Simple test framework for Nextflow pipelines</description>
<url>https://github.com/askimed/nf-test</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/askimed/nf/test/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class App {

public static final String NAME = "nf-test";

public static final String VERSION = "0.8.0-rc2";
public static final String VERSION = "0.8.0";

public static final String PACKAGE = "com.askimed.nf.test";

Expand Down

0 comments on commit 393b7b8

Please sign in to comment.