Skip to content

Commit b883922

Browse files
author
Tobias Meinhardt
committed
version 0.8.1
1 parent 4b222d6 commit b883922

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
@@ -15,7 +15,7 @@ var versionCmd = &cobra.Command{
1515
Short: "version of glow",
1616
Run: func(cmd *cobra.Command, args []string) {
1717
var version string
18-
version = "0.8.0"
18+
version = "0.8.1"
1919
fmt.Println("version: " + version)
2020
},
2121
}

0 commit comments

Comments
 (0)