Skip to content

Commit

Permalink
DJIG-14 bump djigger version
Browse files Browse the repository at this point in the history
  • Loading branch information
david-stephan committed Feb 14, 2024
1 parent d0a73e5 commit dbdec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-ui/src/main/java/io/djigger/ui/MainFrame.java
Expand Up @@ -77,7 +77,7 @@ public MainFrame(final ArgumentParser options) {
}
UIManager.put("Button.defaultButtonFollowsFocus", Boolean.TRUE);

frame = new JFrame("djigger 1.11.6");
frame = new JFrame("djigger 1.11.7");
frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
frame.setPreferredSize(new Dimension(1300, 700));

Expand Down

0 comments on commit dbdec3b

Please sign in to comment.