Skip to content

Commit

Permalink
Upgrade version in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
tdahar committed Mar 14, 2024
1 parent cfa8f25 commit 97777bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package utils
import "time"

const (
Version = "v3.0.0"
Version = "v3.1.0"
CliName = "GotEth"
RoutineFlushTimeout = time.Duration(1 * time.Second)
AcquireWaitIntervalLog = 1 * time.Minute
Expand Down

0 comments on commit 97777bc

Please sign in to comment.