Skip to content

Commit

Permalink
Prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Mar 18, 2022
1 parent 9e45588 commit 26007fc
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.4.0</version>
<version>0.5.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 @@ -16,7 +16,7 @@ public class App {

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

public static final String VERSION = "0.4.0";
public static final String VERSION = "0.5.0";

public int run(String[] args) {

Expand Down

0 comments on commit 26007fc

Please sign in to comment.