Skip to content

Commit

Permalink
升级组件版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Feb 4, 2024
1 parent 4d8bf83 commit f8b355b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"github.com/farseer-go/fsctl/utils"
)

const ver = "v0.13.0"
const farseerVer = "v0.12.0"
const ver = "v0.13.1"
const farseerVer = "v0.13.0"

func init() {
c := &version{}
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/farseer-go/fsctl
go 1.19

require (
github.com/farseer-go/collections v0.12.0
github.com/farseer-go/fs v0.12.0
github.com/farseer-go/utils v0.12.0
github.com/farseer-go/collections v0.13.0
github.com/farseer-go/fs v0.13.0
github.com/farseer-go/utils v0.13.0
)

require github.com/timandy/routine v1.1.2 // indirect

0 comments on commit f8b355b

Please sign in to comment.