Skip to content

Commit f9b95dd

Browse files
committed
Update the version in the CLI.
1 parent 22cec21 commit f9b95dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lirical-cli/src/main/java/org/monarchinitiative/lirical/cli

lirical-cli/src/main/java/org/monarchinitiative/lirical/cli/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
footer = Main.FOOTER)
1717
public class Main implements Callable<Integer> {
1818

19-
public static final String VERSION = "lirical v2.2.2-SNAPSHOT";
19+
public static final String VERSION = "lirical v2.3.0";
2020
public static final int WIDTH = 120;
2121
public static final String FOOTER = "\nSee the full documentation at https://thejacksonlaboratory.github.io/LIRICAL/stable";
2222

0 commit comments

Comments
 (0)