Skip to content

Commit

Permalink
Bump version to 17.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philburk committed Aug 28, 2023
1 parent 17c68f0 commit b9c9f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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;
private final static int VERSION_REVISION = 1;
public final static int BUILD_NUMBER = 465;
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 b9c9f2e

Please sign in to comment.