diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-08-08 23:17:22 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-08-08 23:17:22 +0100 |
| commit | 3aced89efcda653ff6dc3ac1cf9639a9cc3eca3a (patch) | |
| tree | 26d926c486f12172c27610a2f412d041a6ac9458 | |
| parent | c563671a353e2de5f8f235f923efd1278e003450 (diff) | |
Bump version numberv3.7
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 66b23b12..f9ead881 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ allprojects { apply plugin: 'java' group = 'com.leonardobishop' - version = '3.6.2' + version = '3.7' sourceCompatibility = 1.8 targetCompatibility = 1.8 |
