Skip to content

Commit 0b75154

Browse files
authored
Merge pull request #88 from mfl28/feature/update-in-app-version
Update in-app version to 2.6.0
2 parents 5cd4d8e + 9e100d3 commit 0b75154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/mfl28/boundingboxeditor/controller/Controller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class Controller {
8686
private static final String PROGRAM_NAME = "Bounding Box Editor";
8787
private static final String PROGRAM_NAME_EXTENSION_SEPARATOR = " - ";
8888
private static final String GITHUB_WIKI_URL = "https://github.com/mfl28/BoundingBoxEditor/wiki";
89-
private static final String PROGRAM_VERSION = "2.5.1";
89+
private static final String PROGRAM_VERSION = "2.6.0";
9090
private static final String PROGRAM_LICENSE = "GPL-3.0";
9191
private static final String PROGRAM_IDENTIFIER = PROGRAM_NAME + " " + PROGRAM_VERSION;
9292
private static final String OPEN_FOLDER_ERROR_DIALOG_TITLE = "Image Folder Loading Error";

0 commit comments

Comments
 (0)