Bumped to Kotlin 1.9.22

This commit is contained in:
Erik C. Thauvin 2023-12-24 12:11:11 -08:00
parent 356f62990d
commit c684332b9d
3 changed files with 7 additions and 7 deletions

View file

@ -22,7 +22,7 @@ object {{v className/}} {
Instant.ofEpochMilli({{v epoch/}}L), ZoneId.systemDefault()
)
const val WEBSITE = "https://www.mobitopia.org/mobibot/"
const val WEBSITE = "https://mobitopia.org/mobibot/"
const val AUTHOR = "Erik C. Thauvin"
const val AUTHOR_URL = "https://erik.thauvin.net/"
}