Skip to content

Commit

Permalink
chore: bump jupiter to v0.11.10 (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Jul 24, 2023
1 parent 607f902 commit b18d6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/douyu/jupiter

go 1.18
go 1.19

require (
cirello.io/pglock v1.12.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/fatih/color"
)

const jupiterVersion = "v0.11.9"
const jupiterVersion = "v0.11.10"

var (
startTime string
Expand Down

0 comments on commit b18d6d1

Please sign in to comment.