From 8243775b5cfc2108245d8cfb5a7dd1cc2c661e69 Mon Sep 17 00:00:00 2001
From: UpcraftLP <j-schirra@gmx.de>
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')

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 1.4.1