diff options
author | isXander <xandersmith2008@gmail.com> | 2023-02-08 21:30:18 +0000 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2023-02-08 21:30:18 +0000 |
commit | 0a186449138656318eae4c0aa3b0e6348c44f0cc (patch) | |
tree | 67a383c016dec37a467c5c0b31bd958cea857348 | |
parent | a59cbd37a431d36ce077e78d402d51a2cb6fa7cb (diff) | |
download | YetAnotherConfigLib-0a186449138656318eae4c0aa3b0e6348c44f0cc.tar.gz YetAnotherConfigLib-0a186449138656318eae4c0aa3b0e6348c44f0cc.tar.bz2 YetAnotherConfigLib-0a186449138656318eae4c0aa3b0e6348c44f0cc.zip |
version bump
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index ecfe08f..cd80b24 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { val ciRun = System.getenv().containsKey("GITHUB_ACTIONS") group = "dev.isxander" -version = "2.3.0+beta.1" +version = "2.3.0+beta.2" if (ciRun) version = "$version+${grgit.branch.current().name.replace('/', '.')}-SNAPSHOT" |