diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-07-20 23:54:33 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-07-20 23:54:33 +0100 |
| commit | 149e4a5bea980654a7b7c33c04ef9f5685ba4163 (patch) | |
| tree | add2d867d8a7ec0f1d2b90824601c5ad184c5ad2 /build.gradle | |
| parent | 4dbff64c27f085da6fff4bbaa56f28db4a65e939 (diff) | |
Fix swapped admin commandsv3.5.1
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 4c1de9ca..b7ddacf7 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ allprojects { apply plugin: 'java' group = 'com.leonardobishop' - version = '3.5' + version = '3.5.1' sourceCompatibility = 1.8 targetCompatibility = 1.8 |
