From 9bdfcd6951f7d2cb9ceae8fdb30e23985037d2e9 Mon Sep 17 00:00:00 2001 From: mikoto2000 Date: Mon, 11 Nov 2024 20:30:30 +0900 Subject: [PATCH] Bumped up to 1.2.4. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 正しく Bumped up できていなかった問題を修正。y --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1a25419..a7ff121 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.2.1 +VERSION := 1.2.4 LD_FLAGS := "-s -w -X main.version=${VERSION}" DEST := ./build diff --git a/README.md b/README.md index 9a8f1af..db6558b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ USAGE: devcontainer.vim [global options] command [command options] VERSION: - 1.2.1 + 1.2.4 COMMANDS: run Run container use `docker run`