Skip to content

Commit

Permalink
バージョンを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
twsnmp committed Apr 18, 2024
1 parent ec9dc3c commit c48b3fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: all test clean zip mac clean_spa docker trivy fluentbit_plugin

### バージョンの定義
VERSION := "v1.36.2"
VERSION := "v1.36.3"
COMMIT := $(shell git rev-parse --short HEAD)

### コマンドの定義
Expand Down
2 changes: 1 addition & 1 deletion logger/sshd.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func sshd(stopCh chan bool) {
}
sv := ssh.Server{
Addr: fmt.Sprintf(":%d", SshdPort),
Version: "TWSNNMP FC v1.36.2",
Version: "TWSNNMP FC v1.36.3",
HostSigners: []ssh.Signer{signer},
IdleTimeout: time.Second * 30,
MaxTimeout: time.Minute * 10,
Expand Down
4 changes: 2 additions & 2 deletions spa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spa",
"version": "1.36.2",
"version": "1.36.3",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--openssl-legacy-provider' nuxt",
Expand Down

0 comments on commit c48b3fc

Please sign in to comment.