Skip to content

Commit

Permalink
Update Version.kt (#124)
Browse files Browse the repository at this point in the history
* 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 <6424916+mmoghaddam385@users.noreply.github.com>

---------

Co-authored-by: Michael Moghaddam <6424916+mmoghaddam385@users.noreply.github.com>
  • Loading branch information
justinpolygon and mmoghaddam385 committed Nov 1, 2023
1 parent e154916 commit 895faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/io/polygon/kotlin/sdk/Version.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.polygon.kotlin.sdk

object Version {
const val name = "v4.6.0"
const val name = "v5.0.0"
const val userAgent = "Polygon.io JVM Client/$name"
}

0 comments on commit 895faee

Please sign in to comment.