From a418a06c26aed6f70041b0f55e2d5087dc0351d7 Mon Sep 17 00:00:00 2001 From: UpcraftLP Date: Fri, 15 Feb 2019 22:39:48 +0100 Subject: automatically set mod version on export --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 180f60b..4b9af9f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,7 +2,7 @@ "id": "modid", "name": "Example Mod", "description": "This is an example description! Tell everyone what your mod is about!", - "version": "1.0.0", + "version": "${version}", "side": "universal", "initializers": [ "net.fabricmc.example.ExampleMod" -- cgit v1.2.3