summary refs log tree commit diff stats
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorModmuss50 <modmuss50@gmail.com>2019-02-16 00:17:56 +0000
committerGitHub <noreply@github.com>2019-02-16 00:17:56 +0000
commitb83fbda9e50f141336a47818cd6b1b3de34d413f (patch)
treed4066b479ff350e8d2f98abca538bf5367dc3998 /src/main/resources/fabric.mod.json
parent2931e41b5a63d117abd5827480b5856cdd7b8d7e (diff)
parente7fad09f14f117879f94d9b3b18e53b921572c8f (diff)
Merge pull request #7 from UpcraftLP/gradle-update
gradle configuration update
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-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"