Skip to content

Commit

Permalink
build: 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luxcgo committed Jan 4, 2024
1 parent 26ed207 commit edd387b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion command/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var build = "v0.6.2-src"
var build = "v0.6.3-src"

var _ cmder = (*versionCmd)(nil)

Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL := /bin/bash
# ==============================================================================
# Building containers

VERSION := 0.6.2
VERSION := 0.6.3

all: olivectl

Expand Down
2 changes: 1 addition & 1 deletion zarf/k8s/kind/olive-pod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ patchesStrategicMerge:
images:
- name: olive-api-image
newName: olive-api-arm64
newTag: 0.6.2
newTag: 0.6.3

0 comments on commit edd387b

Please sign in to comment.