Skip to content

Commit

Permalink
updated to 0.28 beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Oct 12, 2024
1 parent f441288 commit 98d4fb9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@ class UpdateVersion(fullVersion: String, betaVersion: String?) {

fun main() {
// todo maybe change the way version is handled
val version = UpdateVersion("0.28", "1")
val version = UpdateVersion("0.28", "2")
SkyHanniChangelogBuilder.generateChangelog(WhatToFetch.ALREADY_MERGED, version)
}

// smart AI prompt for formatting
// keep the formatting. just find typos and fix them in this changelog. also suggest slightly better wording if applicable. send me the whole text in one code block as output

0 comments on commit 98d4fb9

Please sign in to comment.