Skip to content

Commit

Permalink
Set version number to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rcraggs committed Jul 30, 2018
1 parent ee246b7 commit ee778e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gitruler/Command.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.nio.file.*;
import java.text.DecimalFormat;

@CommandLine.Command(name = "testrepo", mixinStandardHelpOptions = true, version = "Gitruler 1.0")
@CommandLine.Command(name = "testrepo", mixinStandardHelpOptions = true, version = "Gitruler 0.2")
public class Command implements Runnable {

private static final String ANSI_RESET = "\u001B[0m";
Expand Down

0 comments on commit ee778e5

Please sign in to comment.