Skip to content

Commit eca12a0

Browse files
committed
bump version to 0.23.3
1 parent fda3e15 commit eca12a0

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

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

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

0 commit comments

Comments
 (0)