Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
NUTS
  • Loading branch information
alcatrazEscapee committed Dec 9, 2019
1 parent 8d50169 commit 85a6360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -56,7 +56,7 @@ file "build.properties" withReader {
* The version number is a sacred tool that a computer must understand and be able to compare to see what's what.
* `-SNAPSHOT` or `.rc0v14s4dffds2` communicates nothing useful.
*/
version = "0.27.4" // 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.27.5" // 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 85a6360

Please sign in to comment.