diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-06 22:35:54 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-06 22:35:54 +0100 |
| commit | cc557de3c70de8ef4f8a0ebf9af8b78b483526fc (patch) | |
| tree | 5a75e0a5daa637f971875df436d0c847fcb80c1c /build.gradle | |
| parent | 8fd02cb7d1ac928530c36a6e6cd01e93c9479d14 (diff) | |
Bump version numberv3.14
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 4b6d0f4e..5db52f5e 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ allprojects { apply plugin: 'java' group = 'com.leonardobishop' - version = '3.13.3' + version = '3.14' sourceCompatibility = 17 targetCompatibility = 17 |
