Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Moinat committed Mar 11, 2021
1 parent 3fcbbb8 commit 2246472
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.4.0-SNAPSHOT";
public static String version = "1.4.1";

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

0 comments on commit 2246472

Please sign in to comment.