diff --git a/Makefile b/Makefile index 3fb1718..3ce41ac 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LINUX_BINARY_NAME := ${APP_NAME}-linux-${GOARCH_AMD64} DARWIN_BINARY_NAME := ${APP_NAME}-darwin-${GOARCH_ARM64} GO_BIN := ${GOPATH}/bin -VERSION := 3.0.0 +VERSION := 3.0.1 LD_FLAGS := "-s -w -X main.version=${VERSION}" DEST := ./build diff --git a/README.md b/README.md index 360348f..1fa543e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ USAGE: devcontainer.vim [global options] command [command options] VERSION: - 3.0.0 + 3.0.1 COMMANDS: run Run container use `docker run` diff --git a/README_en.md b/README_en.md index b9f2557..0a90166 100644 --- a/README_en.md +++ b/README_en.md @@ -48,7 +48,7 @@ USAGE: devcontainer.vim [global options] command [command options] VERSION: - 3.0.0 + 3.0.1 COMMANDS: run Run container use `docker run`