Skip to content

Commit 97ec053

Browse files
committed
Add version 17 to known What's New version codes
1 parent bbdb527 commit 97ec053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composeApp/src/commonMain/kotlin/zed/rainxch/githubstore/app/whatsnew/WhatsNewLoaderImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ class WhatsNewLoaderImpl(
7474
}
7575

7676
object KnownWhatsNewVersionCodes {
77-
val ALL: List<Int> = listOf(16, 15)
77+
val ALL: List<Int> = listOf(17, 16, 15)
7878
}

0 commit comments

Comments
 (0)