Skip to content

Commit 804d7fc

Browse files
committed
bump version to 0.23.1
1 parent ef35448 commit 804d7fc

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

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

0 commit comments

Comments
 (0)