Skip to content

Commit

Permalink
version 2.0 public release
Browse files Browse the repository at this point in the history
  • Loading branch information
chengniansun committed Jan 10, 2025
1 parent 8d241ca commit 0070c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/org/perses/version/VersionClassGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import kotlin.io.path.writeText

object VersionClassGenerator {

private const val MAJOR_VERSION = "1"
private const val MINOR_VERSION = "9"
private const val MAJOR_VERSION = "2"
private const val MINOR_VERSION = "0"

@JvmStatic
fun generate(args: Array<String>) {
Expand Down

0 comments on commit 0070c53

Please sign in to comment.