Skip to content

Commit a0fa555

Browse files
committed
Un-hardcode version in .jar name
1 parent 4fc10da commit a0fa555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins {
2525
id "net.minecraftforge.gradle.forge" version "2.0.2"
2626
}
2727
*/
28-
version = "1.0"
28+
version = project.version
2929
group= "me.mini_bomba.streamchatmod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
3030

3131
minecraft {

0 commit comments

Comments
 (0)