From f5429e94e64fb1544a11f9ec73a63b3569dcfdaa Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Mon, 1 Dec 2025 15:20:30 +0100 Subject: [PATCH] make plugin version reflect the actual build version --- src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 6a7f149..556790b 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,4 +1,4 @@ name: Stand-in -version: '1.0-SNAPSHOT' +version: '${project.version}' main: me.youhavetrouble.standin.StandIn api-version: '1.21.7'