Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed May 26, 2024
1 parent 4aee990 commit f1f3d30
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-04"
lib = "2.0.0-alpha-05"
android = "8.1.2"
auto-service = "1.1.1"
kotlin = "2.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ open class SekretPlugin : Plugin<Project> {
}

companion object {
private const val VERSION = "2.0.0-alpha-04"
private const val VERSION = "2.0.0-alpha-05"

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

0 comments on commit f1f3d30

Please sign in to comment.