Skip to content

Commit 25f2632

Browse files
committed
bump version to 0.20.0
1 parent 646645d commit 25f2632

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
@@ -7,7 +7,7 @@ plugins {
77
sourceCompatibility = JavaVersion.VERSION_1_8
88

99
def ENV = System.getenv()
10-
version = "0.19.8" + (ENV.GITHUB_ACTIONS ? "" : "+local")
10+
version = "0.20.0" + (ENV.GITHUB_ACTIONS ? "" : "+local")
1111

1212
group = 'net.ornithemc'
1313
archivesBaseName = project.name.toLowerCase()

0 commit comments

Comments
 (0)