Skip to content

Commit

Permalink
bump snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Dec 9, 2024
1 parent 23670de commit e4e99d9
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-10-SNAPSHOT"
lib = "2.0.0-alpha-11-SNAPSHOT"
android = "8.4.2"
auto-service = "1.1.1"
kotlin = "2.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ open class SekretPlugin : Plugin<Project> {
}

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

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

0 comments on commit e4e99d9

Please sign in to comment.