Skip to content

Commit

Permalink
Prepare release 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jun 30, 2022
1 parent 97822a9 commit 4174528
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>cloudgene</groupId>
<artifactId>cloudgene</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>

<name>Cloudgene</name>
<url>http://www.cloudgene.io</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cloudgene/mapred/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

public class Main {

public static final String VERSION = "2.5.2";
public static final String VERSION = "2.5.3";

private Database database;

Expand Down

0 comments on commit 4174528

Please sign in to comment.