chore: bump rob

This commit is contained in:
2024-10-31 14:02:04 +08:00
parent b85b0bf33a
commit 2c0ca2f739
118 files changed
+208 -303

No files matched your search

@@ -24,5 +24,5 @@ data class NiuziBankAccount(
val balance: Double,
val interestRate: Double,
val timestamp: Long,
val nickname: String
val nickname: String,
)