Skip to content

Commit

Permalink
bump snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Moinat committed Jan 24, 2021
1 parent 7f0fb49 commit 389e7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/ohdsi/usagi/ui/UsagiMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*/
public class UsagiMain implements ActionListener {

public static String version = "1.3.0";
public static String version = "1.4.0-Snapshot";

public static void main(String[] args) {
new UsagiMain(args);
Expand Down

0 comments on commit 389e7c0

Please sign in to comment.