Skip to content

Commit

Permalink
Update to new version
Browse files Browse the repository at this point in the history
Signed-off-by: Maurice Garcia <[email protected]>
  • Loading branch information
aflick authored and Maurice Garcia committed Jun 2, 2015
1 parent a376722 commit 134a88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/comcast/oscar/constants/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Constants {

private static final String TAB = "\t";

public static final String OSCAR_VERSION = "2.1.3-beta";
public static final String OSCAR_VERSION = "2.1.3";
public static final String OSCAR_CLI_USAGE = "java -jar oscar.jar -k <key> -i <.txt> -o <.bin> -c";
public static final String OSCAR_CLI_HEADER = "/* OSCAR -> OpenSource Cable modem file AssembleR v" + OSCAR_VERSION + " */";
public static final String OSCAR_CLI_NO_ARGS = "Type --help for information";
Expand Down

0 comments on commit 134a88e

Please sign in to comment.