diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-08-17 15:27:18 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-08-17 15:27:18 +0100 |
| commit | c91f6b787c23d9f215e314a0a3e24799fc1d3214 (patch) | |
| tree | d13d297ebaa36e9df907c7e1865be32cd29e9ba1 /build.gradle | |
| parent | 9d02a41e89afca1519e2e379e286e6c43e094d85 (diff) | |
Bump version numberv3.9
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 d03493f3..3a55287a 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ allprojects { apply plugin: 'java' group = 'com.leonardobishop' - version = '3.8' + version = '3.9' sourceCompatibility = 1.8 targetCompatibility = 1.8 |
