Skip to content

Commit 0d63b6d

Browse files
committed
chore(version): bump to v2.3.0
1 parent b3db167 commit 0d63b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/src/main/kotlin/extension/Project.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import org.gradle.kotlin.dsl.the
2626
val config = Config(
2727
version = Config.Version(
2828
major = 2,
29-
minor = 2,
30-
patch = 1,
29+
minor = 3,
30+
patch = 0,
3131
phase = Config.Phase.RELEASE
3232
),
3333
android = Config.Android(

0 commit comments

Comments
 (0)