Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dglmoore committed Jun 1, 2023
1 parent 3515f35 commit 589a2f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.0.1-SNAPSHOT
version=0.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.thirtyninealpharesearch.chemin.pds3.Label;
import org.thirtyninealpharesearch.chemin.pds3.Label.LabelType;

@Command(name="pds3to4", mixinStandardHelpOptions=true, version="0.0.1-SNAPSHOT",
@Command(name="pds3to4", mixinStandardHelpOptions=true, version="0.0.1",
description="Convert PDS3 label files to PDS4")
public class App implements Callable<Integer> {
@Parameters(index="0", paramLabel="[PDS3-LABEL|DIR]", description="path to label file")
Expand Down

0 comments on commit 589a2f1

Please sign in to comment.