Skip to content

Commit

Permalink
set version to 2.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
SMILEY4 committed May 26, 2023
1 parent f754c55 commit 36ccb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {
kotlin("jvm") version "1.7.21"
`maven-publish`
id("org.owasp.dependencycheck") version "8.2.1"
kotlin("plugin.serialization") version "1.8.21" // TODO: remove!!!!
kotlin("plugin.serialization") version "1.8.21"
}

group = "io.github.smiley4"
version = "2.0.0"
version = "2.0.0-rc"

repositories {
mavenCentral()
Expand Down

0 comments on commit 36ccb04

Please sign in to comment.