Skip to content

Commit b94a8b2

Browse files
Update version to 2.0.0 (#14)
1 parent 516d6b4 commit b94a8b2

File tree

1 file changed

+1
-1
lines changed
  • src/commonMain/kotlin/com/configcat

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/com/configcat/Utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal interface Closeable {
99
}
1010

1111
internal object Constants {
12-
const val version: String = "2.0.0-SNAPSHOT"
12+
const val version: String = "2.0.0"
1313
const val configFileName: String = "config_v5.json"
1414
const val serializationFormatVersion: String = "v2"
1515
const val globalCdnUrl = "https://cdn-global.configcat.com"

0 commit comments

Comments
 (0)