Skip to content

Commit

Permalink
[+] Release v1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed Apr 22, 2021
1 parent 9833e7b commit 3bda685
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions html/frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,6 @@ const columns = [
},
];

function generateClientsArray(data) {
let clients = [];
for (let [k, v] of Object.entries(data)) {
v.hash = k;
v.key = k;
clients.push(v);
}
return clients;
}

class App extends React.Component {
constructor(props) {
super(props);
Expand Down
2 changes: 1 addition & 1 deletion lib/util/update/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/rhysd/go-github-selfupdate/selfupdate"
)

const version = "1.3.6"
const version = "1.3.8"

func ConfirmAndSelfUpdate() {
log.Info("Detecting the latest version...")
Expand Down

0 comments on commit 3bda685

Please sign in to comment.