diff --git a/main.go b/main.go index a359535..3d8dfbb 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ import ( "time" ) -const Version = "v0.2.6" +const Version = "v0.2.7" func main() { log.Fatal(Run()) diff --git a/web/package.json b/web/package.json index abb787c..5dbd71a 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "next-terminal", - "version": "0.2.6", + "version": "0.2.7", "private": true, "dependencies": { "@ant-design/icons": "^4.3.0",