Skip to content

Commit

Permalink
chore: set version for release v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thuan Vo <[email protected]>
  • Loading branch information
tthvo committed Nov 2, 2024
1 parent 141880b commit 0641aab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GOARCH ?= $(shell go env GOARCH)


## Plugin version. Bump for each release
VERSION ?= 1.3.0-dev
VERSION ?= 1.2.0
# Git Commit ID
# GIT_COMMIT_NO := $(shell git rev-parse HEAD 2> /dev/null || true)
# GIT_COMMIT_ID := $(if $(shell git status --porcelain --untracked-files=no),$(GIT_COMMIT_NO)-dirty,$(GIT_COMMIT_NO))
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var _ = Describe("Version", func() {

Expect(actual).ToNot(BeNil())
// NOTE: Bump version for release
Expect(actual.Version).To(Equal("v1.3.0-dev"))
Expect(actual.Version).To(Equal("v1.2.0"))
})
})
})

0 comments on commit 0641aab

Please sign in to comment.