@@ -27,7 +27,7 @@ if (project.hasProperty('secretFile')) {
loadSecrets(new File((String) findProperty('secretFile')))
}
-version = '6.1.5'
+version = '7.0.0'
if (System.getenv('BUILD_NUMBER') != null) {
version += "." + System.getenv('BUILD_NUMBER')
@@ -205,10 +205,5 @@ public class GuiNewKeyBindingList extends KeyBindingList {
return keyDesc;
- public Button getBtnChangeKeyBinding() {
- return btnChangeKeyBinding;
- }
-