Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
change version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solrudev committed Feb 23, 2022
1 parent d600446 commit dafa5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.util.Properties
import java.io.FileInputStream

val publishGroupId by extra("io.github.solrudev")
val publishVersion by extra("1.2.4")
val publishVersion by extra("2.0.0")
group = publishGroupId
version = publishVersion

Expand Down

0 comments on commit dafa5ca

Please sign in to comment.