summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-06 22:35:54 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-06 22:35:54 +0100
commitcc557de3c70de8ef4f8a0ebf9af8b78b483526fc (patch)
tree5a75e0a5daa637f971875df436d0c847fcb80c1c /build.gradle
parent8fd02cb7d1ac928530c36a6e6cd01e93c9479d14 (diff)
Bump version numberv3.14
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
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