Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Feb 1, 2025
1 parent 51f3e1e commit 9393ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var Templates = map[string]string{
}

const (
VERSION string = "0.0.6"
VERSION string = "0.0.7"
DefaultCount int = 160 // number of words to generate if -c is omitted
DefaultColumns int = 10 // number of columns to print
MaxWidth int = 72 // max width of output, adjusts columns
Expand Down

0 comments on commit 9393ca2

Please sign in to comment.