Skip to content

Commit

Permalink
increased version to 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePone committed Dec 16, 2024
1 parent cc061e1 commit 22b7dfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified SeqRuler.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion modules/gui-app/src/main/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import static javax.swing.JOptionPane.showMessageDialog;

@CommandLine.Command(name = "SeqRuler", mixinStandardHelpOptions = true, version = "4.4")
@CommandLine.Command(name = "SeqRuler", mixinStandardHelpOptions = true, version = "4.4.4")
public class Main implements Runnable{
@CommandLine.Option(names={"-i", "--inFile"}, description="input file with sequences",
paramLabel = "FILE")
Expand Down

0 comments on commit 22b7dfd

Please sign in to comment.