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 b0c175b commit f8fdac2Copy full SHA for f8fdac2
core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt
@@ -1,7 +1,7 @@
1
package com.segment.analytics.kotlin.core
2
3
object Constants {
4
- const val LIBRARY_VERSION = "1.10.0"
+ const val LIBRARY_VERSION = "1.10.1"
5
const val DEFAULT_API_HOST = "api.segment.io/v1"
6
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1"
7
-}
+}
0 commit comments