Skip to content

Commit c82ceec

Browse files
committed
update version in constants
1 parent 569afe3 commit c82ceec

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/com/segment/analytics/kotlin/core

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.segment.analytics.kotlin.core
22

33
object Constants {
4-
const val LIBRARY_VERSION = "1.3.0"
4+
const val LIBRARY_VERSION = "1.4.0"
55
const val DEFAULT_API_HOST = "api.segment.io/v1"
66
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1"
77
}

0 commit comments

Comments
 (0)