Skip to content

Commit 895faee

Browse files
Update Version.kt (#124)
* Update Version.kt Bumped version to 4.6. Looks like there is already a 4.5 that was released. So, skipping that. * Update src/main/kotlin/io/polygon/kotlin/sdk/Version.kt Co-authored-by: Michael Moghaddam <[email protected]> --------- Co-authored-by: Michael Moghaddam <[email protected]>
1 parent e154916 commit 895faee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package io.polygon.kotlin.sdk
22

33
object Version {
4-
const val name = "v4.6.0"
4+
const val name = "v5.0.0"
55
const val userAgent = "Polygon.io JVM Client/$name"
66
}

0 commit comments

Comments
 (0)