Skip to content

Commit

Permalink
Bumped up to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoto2000 committed Dec 1, 2024
1 parent ff25717 commit 587ced1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LINUX_BINARY_NAME := ${APP_NAME}-linux-${GOARCH_AMD64}
DARWIN_BINARY_NAME := ${APP_NAME}-darwin-${GOARCH_ARM64}

GO_BIN := ${GOPATH}/bin
VERSION := 1.3.1
VERSION := 2.0.0
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 @@ -48,7 +48,7 @@ USAGE:
devcontainer.vim [global options] command [command options]
VERSION:
1.3.1
2.0.0
COMMANDS:
run Run container use `docker run`
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ USAGE:
devcontainer.vim [global options] command [command options]
VERSION:
1.3.1
2.0.0
COMMANDS:
run Run container use `docker run`
Expand Down

0 comments on commit 587ced1

Please sign in to comment.