Skip to content

Commit

Permalink
updated to 0.28 beta 22
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Dec 25, 2024
1 parent 2e11828 commit fdd5367
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ class UpdateVersion(fullVersion: String, betaVersion: String?) {

fun main() {
// todo maybe change the way version is handled
var version = UpdateVersion("0.28", "17")
var version = UpdateVersion("0.28", "22")

/**
* If you want to generate a changelog for a specific previous version,
Expand All @@ -435,8 +435,8 @@ fun main() {
* Will be in the format of full version, beta version
*/
// todo allow this to work with full versions
// val specificPreviousVersion: UpdateVersion? = null
val specificPreviousVersion: UpdateVersion? = UpdateVersion("0.28", "21")
val specificPreviousVersion: UpdateVersion? = null
// val specificPreviousVersion: UpdateVersion? = UpdateVersion("0.28", "22")

var whatToFetch = WhatToFetch.ALREADY_MERGED

Expand Down

0 comments on commit fdd5367

Please sign in to comment.