Bump Spigot version to 1.18.1

This commit is contained in:
Jikoo
2022-01-19 10:21:54 -05:00
parent f8fb8cd034
commit 027d4e5637

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
~ Copyright (C) 2011-2021 lishid. All rights reserved. ~ Copyright (C) 2011-2022 lishid. All rights reserved.
~ ~
~ This program is free software: you can redistribute it and/or modify ~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>
<spigot.version>1.18-R0.1-SNAPSHOT</spigot.version> <spigot.version>1.18.1-R0.1-SNAPSHOT</spigot.version>
</properties> </properties>
<dependencies> <dependencies>