Skip to content

Commit

Permalink
version push
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Jul 12, 2020
1 parent 4ee5b3d commit 4ae26f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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')
}
Expand Down
Expand Up @@ -205,10 +205,5 @@ public String getKeyDesc() {
return keyDesc;
}

public Button getBtnChangeKeyBinding() {
return btnChangeKeyBinding;
}


}
}

0 comments on commit 4ae26f9

Please sign in to comment.