diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-09-09 20:57:57 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-09-09 20:57:57 +0100 |
| commit | f10d90e4dcb6d66f4fd23683ddcca32239b3682f (patch) | |
| tree | b41b18940321f39ae0e2aa312d3da2dcd1e9884b /build.gradle | |
| parent | b289e4e8beddda9e0f368d3eb0386693bde2bc16 (diff) | |
Bump version numberv3.9.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 3a55287a..1022bf9a 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ allprojects { apply plugin: 'java' group = 'com.leonardobishop' - version = '3.9' + version = '3.9.1' sourceCompatibility = 1.8 targetCompatibility = 1.8 |
