Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit cac773a

Browse files
committed
Bump to 0.7.3
1 parent 313e96c commit cac773a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: 'net.minecraftforge.gradle'
1919
apply plugin: 'eclipse'
2020
apply plugin: 'maven-publish'
2121

22-
version = '0.7.2'
22+
version = '0.7.3'
2323
def env = System.getenv()
2424
if (env.BUILD_NUMBER) {
2525
version = version + "+" + "${env.BUILD_NUMBER}"

0 commit comments

Comments
 (0)