diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-07 02:29:02 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-07 02:29:02 +0100 |
| commit | 758fe7f40a9420a5c1c7653622b54376cdd042b2 (patch) | |
| tree | 039d1e75b6c674f89bded0fb875b8761db89ebf6 | |
| parent | e079568be93661e39d766fd3fd41267006fb87cf (diff) | |
Bump version numberv3.14.1
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 5db52f5e..20680ecc 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ allprojects { apply plugin: 'java' group = 'com.leonardobishop' - version = '3.14' + version = '3.14.1' sourceCompatibility = 17 targetCompatibility = 17 |
