Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
Signed-off-by: Zhonghu Xu <[email protected]>
  • Loading branch information
hzxuzhonghu committed Oct 30, 2023
1 parent b7baea7 commit 9dac0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.4-dev
VERSION ?= 0.5-dev
GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
SOURCES := $(shell find . -type f -name '*.go')
Expand Down
2 changes: 1 addition & 1 deletion docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[build.environment]
HUGO_VERSION = "0.101.0"
# Keep this same with makefile
HUGO_KURATOR_VERSION = "0.4.0"
HUGO_KURATOR_VERSION = "0.5.0"
NODE_VERSION = "16.17.0"
BUILD_WITH_CONTAINER = "0"

Expand Down

0 comments on commit 9dac0ab

Please sign in to comment.