Skip to content

Commit

Permalink
🚀 [release] version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Jun 25, 2024
1 parent 65691cc commit a906259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: ["dev"]

env:
VERSION: v0.2.3
VERSION: v0.2.4
REPO: vcr.vngcloud.vn/60108-annd2-ingress

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: ["main"]

env:
VERSION: v0.2.3
VERSION: v0.2.4
REPO: vcr.vngcloud.vn/81-vks-public

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ TAR_FILE ?= rootfs.tar

GOOS ?= $(shell go env GOOS)
GOPROXY ?= $(shell go env GOPROXY)
VERSION ?= v0.2.3
VERSION ?= v0.2.4
GOARCH :=
GOFLAGS :=
TAGS :=
Expand Down

0 comments on commit a906259

Please sign in to comment.