Skip to content

Commit

Permalink
7.4.3 (production)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeebeckett committed Jul 10, 2023
1 parent b2e3439 commit 19c66b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/global/Data.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Data {

// software info
public static final String APP_NAME = "ATAV (Analysis Tool for Annotated Variants)";
public static String VERSION = "trunk";
public static String VERSION = "7.4.3";
public static String userName = System.getProperty("user.name");

// atav home path (location of executable jar file, config dir, data dir, lib dir etc.)
Expand Down

0 comments on commit 19c66b3

Please sign in to comment.