summary refs log tree commit diff stats
path: root/src/main/resources
diff options
context:
space:
mode:
authorUpcraftLP <j-schirra@gmx.de>2019-02-15 22:39:48 +0100
committerUpcraftLP <j-schirra@gmx.de>2019-02-15 22:39:48 +0100
commit8243775b5cfc2108245d8cfb5a7dd1cc2c661e69 (patch)
tree4ddc9e97cd29d19f40be7bcc5171baf4dfe57d73 /src/main/resources
parent8c0584bbaf15d3c63ba38e35dfc90eae2cd73ecc (diff)
automatically set mod version on export
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json2
1 files changed, 1 insertions, 1 deletions
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"