Skip to content

Commit 6fc0183

Browse files
committed
Bump version (3.0.1 -> 3.1.0)
1 parent 20f5776 commit 6fc0183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "xyz.srnyx"
12-
version = providers.environmentVariable("VERSION").orNull?.takeIf(String::isNotBlank) ?: "3.0.1"
12+
version = providers.environmentVariable("VERSION").orNull?.takeIf(String::isNotBlank) ?: "3.1.0"
1313
description = "A Gradle plugin to simplify the process of creating projects"
1414
val projectId: String = "gradle-galaxy"
1515
val vcs: String = "github.com/srnyx/$projectId"

0 commit comments

Comments
 (0)