Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
alcatrazEscapee committed Jul 7, 2019
1 parent 0083639 commit 076efd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -43,7 +43,7 @@ apply plugin: "net.minecraftforge.gradle.forge"
* The version number is a sacret tool that a computer must understand and be able to compare to see what's what.
* `-SNAPSHOT` or `.rc0v14s4dffds2` communicates nothing useful.
*/
version = "0.9.2" // To be clear, you can edit this if you are submitting a patch PR, or if you are merging a feature into master.
version = "0.10.0" // To be clear, you can edit this if you are submitting a patch PR, or if you are merging a feature into master.
if (System.getenv().BUILD_NUMBER != null) version += "." + System.getenv().BUILD_NUMBER

group = "net.dries007.tfc" // According to java standards, as I have control over this domain. If you fork this and release your own version, change this.
Expand Down

0 comments on commit 076efd6

Please sign in to comment.