Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlake committed Jan 19, 2024
1 parent 8fce2a0 commit 5e29e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>io.github.alleyway</groupId>
<artifactId>bybit-kotlin-api</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>bybit kotlin api</name>
<description>Library for interfacing with ByBit written in Kotlin</description>
Expand Down
4 changes: 2 additions & 2 deletions src/main/kotlin/bybit/sdk/Version.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package bybit.sdk

object Version {
const val name = "v0.5.1-SNAPSHOT"
const val userAgent = "ByBit JVM Client/$name"
const val name = "v0.6.0-SNAPSHOT"
const val userAgent = "bbkapi"
}

0 comments on commit 5e29e11

Please sign in to comment.