Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmacdonald committed Jan 12, 2024
1 parent 5f2c6df commit 1dedca2
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=10
patch=11
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.10";
public static final String VERSION = "2.6.11";

private JFrame frame;

Expand Down

0 comments on commit 1dedca2

Please sign in to comment.