Skip to content

Commit

Permalink
Prepare release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Mar 27, 2023
1 parent 4e77c7d commit 47f6ddb
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.7.1</version>
<version>0.7.2</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 @@ -18,7 +18,7 @@ public class App {

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

public static final String VERSION = "0.7.1";
public static final String VERSION = "0.7.2";

public int run(String[] args) {

Expand Down

0 comments on commit 47f6ddb

Please sign in to comment.