Skip to content

Commit 6fd3b2a

Browse files
committed
Bumped up to 3.5.16.
1 parent 539880d commit 6fd3b2a

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.15
9+
VERSION := 3.5.16
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
@@ -56,7 +56,7 @@ USAGE:
5656
devcontainer.vim [global options] command [command options]
5757
5858
VERSION:
59-
3.5.15
59+
3.5.16
6060
6161
COMMANDS:
6262
run Run container use `docker run`

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ USAGE:
5757
devcontainer.vim [global options] command [command options]
5858
5959
VERSION:
60-
3.5.15
60+
3.5.16
6161
6262
COMMANDS:
6363
run Run container use `docker run`

0 commit comments

Comments
 (0)