Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmacdonald committed Jul 14, 2023
1 parent ee52e51 commit 72331a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major=2
minor=6
patch=8
patch=9
2 changes: 1 addition & 1 deletion src/org/voyanttools/server/ui/VoyantServerStart.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
public class VoyantServerStart extends Start {

public static final String VERSION = "2.6.8";
public static final String VERSION = "2.6.9";

private JFrame frame;

Expand Down

0 comments on commit 72331a4

Please sign in to comment.