aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources/plugin.yml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2022-03-05 16:28:35 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2022-03-05 16:28:35 +0000
commit3ae56bf95271e660ba089a9d9357dbbd3265352c (patch)
treeaa47f2759f688c19439967f43abf899c73a54b47 /bukkit/src/main/resources/plugin.yml
parented46078ad2ca7291c12965678c63a328a6f4773d (diff)
Fix display of incorrect versionv3.10
Diffstat (limited to 'bukkit/src/main/resources/plugin.yml')
-rw-r--r--bukkit/src/main/resources/plugin.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml
index 72efe0c5..499b3e07 100644
--- a/bukkit/src/main/resources/plugin.yml
+++ b/bukkit/src/main/resources/plugin.yml
@@ -1,7 +1,7 @@
name: Quests
# This will be replaced with the property "version" in build.gradle
-version: ${version}
+version: "${version}"
main: com.leonardobishop.quests.bukkit.BukkitQuestsPlugin
website: https://github.com/LMBishop/Quests