Skip to content

Commit f02b60c

Browse files
committed
bump version to 0.19.8
1 parent 0ac5f8b commit f02b60c

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

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

0 commit comments

Comments
 (0)