We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d444c commit 4dd81aaCopy full SHA for 4dd81aa
cmd/version.go
@@ -30,7 +30,7 @@ var versionCmd = &cobra.Command{
30
31
ethereal version.`,
32
Run: func(_ *cobra.Command, _ []string) {
33
- fmt.Println("2.11.3")
+ fmt.Println("2.11.4")
34
if viper.GetBool("verbose") {
35
buildInfo, ok := dbg.ReadBuildInfo()
36
if ok {
0 commit comments