Skip to content

Commit

Permalink
Bump version to 17.1.1
Browse files Browse the repository at this point in the history
Bump number to 466
  • Loading branch information
philburk authored Aug 28, 2023
1 parent 17c68f0 commit 06f9a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/jsyn/JSyn.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ public class JSyn {
// Update these for every release.
private final static int VERSION_MAJOR = 17;
private final static int VERSION_MINOR = 1;
private final static int VERSION_REVISION = 0;
public final static int BUILD_NUMBER = 465;
private final static int VERSION_REVISION = 1;
public final static int BUILD_NUMBER = 466;
private final static long BUILD_TIME = new GregorianCalendar(2023,
GregorianCalendar.APRIL, 10).getTime().getTime();
GregorianCalendar.AUGUST, 28).getTime().getTime();

public final static String VERSION = VERSION_MAJOR + "." + VERSION_MINOR + "."
+ VERSION_REVISION;
Expand Down

0 comments on commit 06f9a9a

Please sign in to comment.