Skip to content

Commit 4dd81aa

Browse files
committed
Bump version.
1 parent 59d444c commit 4dd81aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var versionCmd = &cobra.Command{
3030
3131
ethereal version.`,
3232
Run: func(_ *cobra.Command, _ []string) {
33-
fmt.Println("2.11.3")
33+
fmt.Println("2.11.4")
3434
if viper.GetBool("verbose") {
3535
buildInfo, ok := dbg.ReadBuildInfo()
3636
if ok {

0 commit comments

Comments
 (0)