diff options
author | lucko <git@lucko.me> | 2021-12-02 21:05:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 21:05:36 +0000 |
commit | 425b53578481fe95837ab3d932ce2fd6af00db28 (patch) | |
tree | 31638c182e51b1e36e26b4e3ae60e5bd3994527f /build.gradle | |
parent | b86d25d466a0180cc51bf36312e63472f59c3156 (diff) | |
download | spark-425b53578481fe95837ab3d932ce2fd6af00db28.tar.gz spark-425b53578481fe95837ab3d932ce2fd6af00db28.tar.bz2 spark-425b53578481fe95837ab3d932ce2fd6af00db28.zip |
Bump version to 1.6.4
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 576f85b..31dd226 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ subprojects { apply plugin: 'java-library' ext { - pluginVersion = '1.6.3' + pluginVersion = '1.6.4' pluginDescription = 'spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.' } |