Skip to content

Commit

Permalink
Update version to 2.0.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
novalisdenahi authored Jun 21, 2023
1 parent 516d6b4 commit b94a8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commonMain/kotlin/com/configcat/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal interface Closeable {
}

internal object Constants {
const val version: String = "2.0.0-SNAPSHOT"
const val version: String = "2.0.0"
const val configFileName: String = "config_v5.json"
const val serializationFormatVersion: String = "v2"
const val globalCdnUrl = "https://cdn-global.configcat.com"
Expand Down

0 comments on commit b94a8b2

Please sign in to comment.