Skip to content

Commit a40337a

Browse files
committed
v1.0.2 release
1 parent a8255f5 commit a40337a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/BuildConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ object BuildConfig {
4949
object Version {
5050
private const val MAJOR = 1
5151
private const val MINOR = 0
52-
private const val PATCH = 1
52+
private const val PATCH = 2
5353
private const val BUILD_NUMBER = 0
54-
private val IDENTIFIER = build.Version.Identifier.Beta
54+
private val IDENTIFIER = build.Version.Identifier.Release
5555

5656
private val BUILD_TIME_PATTERN: DateTimeFormatter = DateTimeFormatter.ofPattern("yyyyMMddHH")
5757

0 commit comments

Comments
 (0)