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 4b222d6 commit b883922Copy full SHA for b883922
cmd/version.go
@@ -15,7 +15,7 @@ var versionCmd = &cobra.Command{
15
Short: "version of glow",
16
Run: func(cmd *cobra.Command, args []string) {
17
var version string
18
- version = "0.8.0"
+ version = "0.8.1"
19
fmt.Println("version: " + version)
20
},
21
}
0 commit comments