Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
we did not release 0.6.0 of the gradle plugin

we'll just do a release now with the new sign and release
automatic infrastructure from github actions

Signed-off-by: Appu Goundan <[email protected]>
  • Loading branch information
loosebazooka committed Jan 30, 2024
1 parent b2ac00b commit 8d7885b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true

group=dev.sigstore
# remember to update SigstoreSignExtension.kt when updating this
version=0.6.0
version=0.7.0
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract class SigstoreSignExtension(private val project: Project) {
abstract val sigstoreJavaVersion : Property<String>

init {
sigstoreJavaVersion.convention("0.6.0")
sigstoreJavaVersion.convention("0.7.0")
(this as ExtensionAware).extensions.create<OidcClientExtension>(
"oidcClient",
project.objects,
Expand Down

0 comments on commit 8d7885b

Please sign in to comment.