Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Apr 14, 2024
1 parent 9dc1894 commit cf970dd
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-02"
lib = "2.0.0-alpha-03"
android = "8.1.2"
auto-service = "1.1.1"
kotlin = "1.9.23"
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-02"
private const val VERSION = "2.0.0-alpha-03"

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

0 comments on commit cf970dd

Please sign in to comment.