Skip to content

Commit

Permalink
chore: bump version to 0.10.7
Browse files Browse the repository at this point in the history
Signed-off-by: Peefy <[email protected]>
  • Loading branch information
Peefy committed Oct 28, 2024
1 parent 92a6f43 commit e7d8571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker meta
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
with:
images: |
kcllang/kcl
ghcr.io/kcl-lang/kcl
tags: |
type=raw,value=v0.10.6
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.6
0.10.7
3 changes: 2 additions & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ func getVersion(version string) string {
}

const (
VersionTypeLatest = Version_0_10_6
VersionTypeLatest = Version_0_10_7

Version_0_10_7 VersionType = "0.10.7"
Version_0_10_6 VersionType = "0.10.6"
Version_0_10_5 VersionType = "0.10.5"
Version_0_10_4 VersionType = "0.10.4"
Expand Down

0 comments on commit e7d8571

Please sign in to comment.