diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-07-08 12:22:50 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-07-08 12:22:50 +0100 |
| commit | 77ab390db7d7f227611280d59b2f053fc62a05e3 (patch) | |
| tree | 66ad3f2fcd0419f5091cf689751b58d31107e71a /build.gradle | |
| parent | 615aa14d2b526aad8a13ad132c6b1587589b259b (diff) | |
Bump version numberv3.13.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 ae854720..3a0d8d98 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ allprojects { apply plugin: 'java' group = 'com.leonardobishop' - version = '3.13' + version = '3.13.1' sourceCompatibility = 17 targetCompatibility = 17 |
