We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516d6b4 commit b94a8b2Copy full SHA for b94a8b2
src/commonMain/kotlin/com/configcat/Utils.kt
@@ -9,7 +9,7 @@ internal interface Closeable {
9
}
10
11
internal object Constants {
12
- const val version: String = "2.0.0-SNAPSHOT"
+ const val version: String = "2.0.0"
13
const val configFileName: String = "config_v5.json"
14
const val serializationFormatVersion: String = "v2"
15
const val globalCdnUrl = "https://cdn-global.configcat.com"
0 commit comments