Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Aug 19, 2024
1 parent 318ede4 commit 062a80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
lib = "2.0.0-alpha-06-SNAPSHOT"
lib = "2.0.0-alpha-06"
android = "8.5.2"
auto-service = "1.1.1"
kotlin = "2.0.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ open class SekretPlugin : Plugin<Project> {
}

companion object {
private const val VERSION = "2.0.0-alpha-06-SNAPSHOT"
private const val VERSION = "2.0.0-alpha-06"

internal fun getVersion(): String {
return runCatching {
Expand Down

0 comments on commit 062a80f

Please sign in to comment.