Skip to content

Commit 3bda685

Browse files
committed
[+] Release v1.3.8
1 parent 9833e7b commit 3bda685

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

html/frontend/src/App.js

-10
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,6 @@ const columns = [
120120
},
121121
];
122122

123-
function generateClientsArray(data) {
124-
let clients = [];
125-
for (let [k, v] of Object.entries(data)) {
126-
v.hash = k;
127-
v.key = k;
128-
clients.push(v);
129-
}
130-
return clients;
131-
}
132-
133123
class App extends React.Component {
134124
constructor(props) {
135125
super(props);

lib/util/update/update.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/rhysd/go-github-selfupdate/selfupdate"
1111
)
1212

13-
const version = "1.3.6"
13+
const version = "1.3.8"
1414

1515
func ConfirmAndSelfUpdate() {
1616
log.Info("Detecting the latest version...")

0 commit comments

Comments
 (0)