Skip to content

Commit

Permalink
v1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredrummler committed Oct 28, 2024
1 parent a8255f5 commit a40337a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/BuildConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ object BuildConfig {
object Version {
private const val MAJOR = 1
private const val MINOR = 0
private const val PATCH = 1
private const val PATCH = 2
private const val BUILD_NUMBER = 0
private val IDENTIFIER = build.Version.Identifier.Beta
private val IDENTIFIER = build.Version.Identifier.Release

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

Expand Down

0 comments on commit a40337a

Please sign in to comment.