diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
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" |