diff options
author | UpcraftLP <[email protected]> | 2019-02-15 22:39:48 +0100 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:28 +0800 |
commit | a418a06c26aed6f70041b0f55e2d5087dc0351d7 (patch) | |
tree | 4ddc9e97cd29d19f40be7bcc5171baf4dfe57d73 /src/main | |
parent | 76e3c5979512215fa4aa2bf406a26d9d980251c0 (diff) |
automatically set mod version on export
Diffstat (limited to 'src/main')
-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" |