Skip to content

Commit

Permalink
バージョンの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
twsnmp committed Aug 17, 2024
1 parent 37f7080 commit 3a77aea
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'

vars:
VERSION: v1.10.0
VERSION: v1.11.0
COMMIT:
sh: git rev-parse --short HEAD

Expand Down
2 changes: 1 addition & 1 deletion build/windows/installer/wails_tools.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
!define INFO_PRODUCTNAME "twsnmpfk"
!endif
!ifndef INFO_PRODUCTVERSION
!define INFO_PRODUCTVERSION "1.10.0"
!define INFO_PRODUCTVERSION "1.11.0"
!endif
!ifndef INFO_COPYRIGHT
!define INFO_COPYRIGHT "Copyright 2023 Masayuki Yamai"
Expand Down
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "1.10.0",
"version": "1.11.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
245c1ef00a2153a37c28883c6ec1f949
c7d4c125b82e0e1d315266c4ffae5a5b
2 changes: 1 addition & 1 deletion logger/sshd.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func sshd(stopCh chan bool) {
}
sv := ssh.Server{
Addr: fmt.Sprintf(":%d", sshdPort),
Version: "TWSNNMP FK v1.10.0",
Version: "TWSNNMP FK v1.11.0",
HostSigners: []ssh.Signer{signer},
IdleTimeout: time.Second * 30,
MaxTimeout: time.Minute * 10,
Expand Down
2 changes: 1 addition & 1 deletion wails.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Info": {
"companyName": "TWSNMP",
"productName": "twsnmpfk",
"productVersion": "1.10.0",
"productVersion": "1.11.0",
"copyright": "Copyright 2023 Masayuki Yamai",
"comments": "https://lhx98.linkclub.jp/twise.co.jp/"
}
Expand Down

0 comments on commit 3a77aea

Please sign in to comment.