diff --git a/Makefile b/Makefile index 2e25afc..4152ce7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ LINUX_BINARY_NAME := ${APP_NAME}-linux-${GOARCH} DARWIN_BINARY_NAME := ${APP_NAME}-darwin-${GOARCH} GO_BIN := ${GOPATH}/bin -VERSION := 1.0.10 +VERSION := 1.0.11 LD_FLAGS := "-s -w -X main.version=${VERSION}" DEST := ./build diff --git a/README.md b/README.md index 0180c67..7bb377a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ USAGE: devcontainer.vim [global options] command [command options] VERSION: - 1.0.10 + 1.0.11 COMMANDS: run Run container use `docker run`