From 35f848793e65332b0af669e784ff1391262b2650 Mon Sep 17 00:00:00 2001 From: mikoto2000 Date: Sat, 26 Oct 2024 11:34:07 +0000 Subject: [PATCH] Bumped up to 1.1.0. --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4152ce7..e4b2c09 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.11 +VERSION := 1.1.0 LD_FLAGS := "-s -w -X main.version=${VERSION}" DEST := ./build diff --git a/README.md b/README.md index 1a3d94d..2c6152b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ USAGE: devcontainer.vim [global options] command [command options] VERSION: - 1.0.11 + 1.1.0 COMMANDS: run Run container use `docker run`