Skip to content

Commit 4b5aeac

Browse files
committed
Update to version 0.2.0
1 parent eda1c37 commit 4b5aeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Turtle.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object Turtle {
22
private const val VERSION_MAJOR = 0
3-
private const val VERSION_MINOR = 1
3+
private const val VERSION_MINOR = 2
44
private const val VERSION_PATCH = 0
55

66
const val VERSION_NAME = "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}"

0 commit comments

Comments
 (0)