Skip to content

Commit d5e5c41

Browse files
committed
Bumped up to 3.5.8.
1 parent a5b8c9c commit d5e5c41

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LINUX_BINARY_NAME := ${APP_NAME}-linux-${GOARCH_AMD64}
66
DARWIN_BINARY_NAME := ${APP_NAME}-darwin-${GOARCH_ARM64}
77

88
GO_BIN := ${GOPATH}/bin
9-
VERSION := 3.5.7
9+
VERSION := 3.5.8
1010
LD_FLAGS := "-s -w -X main.version=${VERSION}"
1111

1212
DEST := ./build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ USAGE:
5454
devcontainer.vim [global options] command [command options]
5555
5656
VERSION:
57-
3.5.7
57+
3.5.8
5858
5959
COMMANDS:
6060
run Run container use `docker run`

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ USAGE:
5555
devcontainer.vim [global options] command [command options]
5656
5757
VERSION:
58-
3.5.7
58+
3.5.8
5959
6060
COMMANDS:
6161
run Run container use `docker run`

0 commit comments

Comments
 (0)