diff --git a/Makefile b/Makefile index c4b2936..82356a7 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.3.0 +VERSION := 1.3.1 LD_FLAGS := "-s -w -X main.version=${VERSION}" DEST := ./build diff --git a/README.md b/README.md index b20934a..f356827 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ USAGE: devcontainer.vim [global options] command [command options] VERSION: - 1.3.0 + 1.3.1 COMMANDS: run Run container use `docker run`