diff options
author | Petr Ilin <hevav@hevav.dev> | 2023-02-06 21:39:28 +0300 |
---|---|---|
committer | Petr Ilin <hevav@hevav.dev> | 2023-02-06 21:39:28 +0300 |
commit | 30341e2a6d5a0b67fec76c62e832a4667b84736b (patch) | |
tree | 268ea54fa0e657972f23c40c697c3bb015858585 /build.gradle | |
parent | 6c002b74c63d1f2f7f4333b4c55bacd98e0f440d (diff) | |
download | LimboAuth-30341e2a6d5a0b67fec76c62e832a4667b84736b.tar.gz LimboAuth-30341e2a6d5a0b67fec76c62e832a4667b84736b.tar.bz2 LimboAuth-30341e2a6d5a0b67fec76c62e832a4667b84736b.zip |
1.1.11 release: status-code-* options are now lists
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 3e82328..f2cb645 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } setGroup("net.elytrium") -setVersion("1.1.10") +setVersion("1.1.11") java { setSourceCompatibility(JavaVersion.VERSION_11) |