diff --git a/Makefile b/Makefile index 994da79..ba477b9 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.4.3 +VERSION := 3.4.4 LD_FLAGS := "-s -w -X main.version=${VERSION}" DEST := ./build diff --git a/README.md b/README.md index 8fb74a1..1964ea4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ USAGE: devcontainer.vim [global options] command [command options] VERSION: - 3.4.3 + 3.4.4 COMMANDS: run Run container use `docker run` diff --git a/README_en.md b/README_en.md index 8572240..076b86e 100644 --- a/README_en.md +++ b/README_en.md @@ -54,7 +54,7 @@ USAGE: devcontainer.vim [global options] command [command options] VERSION: - 3.4.3 + 3.4.4 COMMANDS: run Run container use `docker run`