From f9483e59eb78927719349e84470f96dc02a2a8a9 Mon Sep 17 00:00:00 2001 From: Zhonghu Xu Date: Mon, 30 Oct 2023 19:03:08 +0800 Subject: [PATCH] bump version to 1.0-dev Signed-off-by: Zhonghu Xu --- Makefile | 2 +- docs/netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6b0a17938..cc9084200 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 0.4-dev +VERSION ?= 1.0-dev GOOS ?= $(shell go env GOOS) GOARCH ?= $(shell go env GOARCH) SOURCES := $(shell find . -type f -name '*.go') diff --git a/docs/netlify.toml b/docs/netlify.toml index c486f3c7b..98cfe092e 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -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"