Skip to content

Commit

Permalink
upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
matgar26 committed Feb 27, 2024
1 parent 0ce3c12 commit 7ad3170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/main/java/app/knock/client/KnockAPI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class KnockAPI(
private val apiBasePath: String
get() = "$hostname/v1"
private val clientVersion: String
get() = "0.1.5"
get() = "0.1.6"

init {
if(hostname != null) {
Expand Down

0 comments on commit 7ad3170

Please sign in to comment.