Skip to content

Commit

Permalink
Bump number to 466
Browse files Browse the repository at this point in the history
  • Loading branch information
philburk committed Aug 28, 2023
1 parent b9c9f2e commit b381794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jsyn/JSyn.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class JSyn {
private final static int VERSION_MAJOR = 17;
private final static int VERSION_MINOR = 1;
private final static int VERSION_REVISION = 1;
public final static int BUILD_NUMBER = 465;
public final static int BUILD_NUMBER = 466;
private final static long BUILD_TIME = new GregorianCalendar(2023,
GregorianCalendar.AUGUST, 28).getTime().getTime();

Expand Down

0 comments on commit b381794

Please sign in to comment.