Skip to content

Commit

Permalink
Bumped up to 1.2.4.
Browse files Browse the repository at this point in the history
正しく Bumped up できていなかった問題を修正。y
  • Loading branch information
mikoto2000 committed Nov 11, 2024
1 parent 5288550 commit 9bdfcd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 9bdfcd6

Please sign in to comment.