Skip to content

Commit

Permalink
2.0.0-alpha01 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 authored May 30, 2024
2 parents 6326482 + da82142 commit 28f3595
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 165 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ object Config {

const val artifactId = "$group.$artifact"

const val majorRelease = 1
const val minorRelease = 1
const val majorRelease = 2
const val minorRelease = 0
const val patch = 0
const val postfix = ""
const val postfix = "-alpha01"
const val versionName = "$majorRelease.$minorRelease.$patch$postfix"
const val url = "https://github.com/respawn-app/ApiResult"
const val licenseName = "The Apache Software License, Version 2.0"
Expand Down
Loading

0 comments on commit 28f3595

Please sign in to comment.