Skip to content

Commit 36ea252

Browse files
committed
bump version to 0.23.0
1 parent e652dfd commit 36ea252

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.22.0" + (ENV.GITHUB_ACTIONS ? "" : "+local")
10+
version = "0.23.0" + (ENV.GITHUB_ACTIONS ? "" : "+local")
1111

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

0 commit comments

Comments
 (0)