Skip to content

Commit

Permalink
release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dushixiang committed Feb 21, 2021
1 parent 603b7a8 commit a79bec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"time"
)

const Version = "v0.2.5"
const Version = "v0.2.6"

func main() {
log.Fatal(Run())
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-terminal",
"version": "0.2.5",
"version": "0.2.6",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.3.0",
Expand Down

0 comments on commit a79bec5

Please sign in to comment.