Skip to content

Commit

Permalink
Merge pull request #622 from sigstore/bump-version
Browse files Browse the repository at this point in the history
bump version to 0.7.0
  • Loading branch information
loosebazooka committed Jan 30, 2024
2 parents b2ac00b + 8d7885b commit e4f9359
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 e4f9359

Please sign in to comment.