Skip to content

Commit

Permalink
🔧 chore(build.gradle, gradle.properties, `.github/workflows/gradl…
Browse files Browse the repository at this point in the history
…e-build.yml`): Bump version from 0.0.3 to 0.0.4 and update Spring Boot plugin version to 3.4.1.
  • Loading branch information
vnobo committed Dec 20, 2024
1 parent 660e006 commit 1c7e11b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
GITHUB_REGISTRY: ghcr.io/${{ github.actor }}
DOCKER_REGISTRY: docker.io/alexbob
tags: |
type=semver,pattern={{version}},value=v0.0.3
type=semver,pattern={{version}},value=v0.0.4
type=semver,pattern={{major}}.{{minor}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
type=ref,event=tag
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.4.0' apply false
id 'org.springframework.boot' version '3.4.1' apply false
id 'io.spring.dependency-management' version '1.1.6'
id 'org.graalvm.buildtools.native' version '0.10.3'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.0.3
version=0.0.4
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.daemon=true
Expand Down

0 comments on commit 1c7e11b

Please sign in to comment.