Skip to content

Commit

Permalink
Fixed crash setting on release build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSluffy committed Jul 27, 2024
1 parent 291f716 commit fa07d24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlinx.serialization.Serializable

@Serializable
data class LiveInformation(
private val version: Int,
private val version: Int = 1,
private val announcements: List<Announcement>,
) {

Expand Down

0 comments on commit fa07d24

Please sign in to comment.