Skip to content

Commit

Permalink
Bumped up to 3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoto2000 committed Dec 3, 2024
1 parent d2a4335 commit eeb6eee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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 := 3.2.1
VERSION := 3.3.0
LD_FLAGS := "-s -w -X main.version=${VERSION}"

DEST := ./build
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ USAGE:
devcontainer.vim [global options] command [command options]
VERSION:
3.2.1
3.3.0
COMMANDS:
run Run container use `docker run`
Expand Down Expand Up @@ -358,7 +358,6 @@ endif
## Limitation:

- alpine 系のコンテナでは amd64 アーキテクチャは使用できません
- macOS で NeoVim を利用する場合はシステムインストールされたものを利用する必要があります
- aarch64 のコンテナで NeoVim を利用する場合はシステムインストールされたものを利用する必要があります
- NeoVim AppImage が使えず、システムインストールの NeoVim も存在しない場合、 NeoVim の代わりに Vim が起動します
- macOS で NeoVim を利用する場合は、システムインストールの NeoVim しか利用できません
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ USAGE:
devcontainer.vim [global options] command [command options]
VERSION:
3.2.1
3.3.0
COMMANDS:
run Run container use `docker run`
Expand Down

0 comments on commit eeb6eee

Please sign in to comment.