Skip to content
This repository was archived by the owner on May 23, 2026. It is now read-only.

Commit 9e8ab52

Browse files
committed
Release v2.0.1
1 parent 13dc8e7 commit 9e8ab52

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
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
project.group = "com.github.sfenker.essential"
15-
project.version = "2.0.0"
15+
project.version = "2.0.1"
1616

1717
val versionDetails: Closure<VersionDetails> by extra
1818
fun projectVersion(): String = format("%s (git/%s)", project.version, versionDetails().gitHash)

0 commit comments

Comments
 (0)