diff --git a/Makefile b/Makefile index fce7fc7..0f5b4ac 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 := 1.3.1 +VERSION := 2.0.0 LD_FLAGS := "-s -w -X main.version=${VERSION}" DEST := ./build diff --git a/README.md b/README.md index 4c12ddf..dfe411e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ USAGE: devcontainer.vim [global options] command [command options] VERSION: - 1.3.1 + 2.0.0 COMMANDS: run Run container use `docker run` diff --git a/README_en.md b/README_en.md index 708fa4e..6876080 100644 --- a/README_en.md +++ b/README_en.md @@ -48,7 +48,7 @@ USAGE: devcontainer.vim [global options] command [command options] VERSION: - 1.3.1 + 2.0.0 COMMANDS: run Run container use `docker run`