Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Update Falu's api version code (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethonyango authored May 22, 2024
1 parent df91c66 commit bd5d92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falu-core/src/main/java/io/falu/core/ApiVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data class ApiVersion internal constructor(internal val version: String) {

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
companion object {
private const val API_VERSION_CODE: String = "2022-01-01"
private const val API_VERSION_CODE: String = "2022-09-01"

private val INSTANCE = ApiVersion(API_VERSION_CODE)

Expand Down

0 comments on commit bd5d92b

Please sign in to comment.