release v0.2.5
This commit is contained in:
parent
fe5b0a3f45
commit
1b3e0cec1e
2
main.go
2
main.go
@ -22,7 +22,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
const Version = "v0.2.4"
|
const Version = "v0.2.5"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
log.Fatal(Run())
|
log.Fatal(Run())
|
||||||
|
1
web/.env.development.local
Normal file
1
web/.env.development.local
Normal file
@ -0,0 +1 @@
|
|||||||
|
REACT_APP_ENV=development
|
1
web/.env.production.local
Normal file
1
web/.env.production.local
Normal file
@ -0,0 +1 @@
|
|||||||
|
REACT_APP_ENV=production
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "next-terminal",
|
"name": "next-terminal",
|
||||||
"version": "0.2.4",
|
"version": "0.2.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ant-design/icons": "^4.3.0",
|
"@ant-design/icons": "^4.3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user