Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasepe committed Sep 11, 2020
1 parent e9e9a4a commit 925fcc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crumbs/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/emicklei/dot v0.14.0 h1:DJbbkKThQ0nW361NB79CqrWcKpYR1JoqJB3FcTUgBEU=
github.com/emicklei/dot v0.14.0/go.mod h1:DeV7GvQtIw4h2u73RKBkkFdvVAz0D9fzeJrgPW6gy/s=
github.com/lucasepe/crumbs/crumbs v0.0.0-20200911185848-e9e9a4af517c/go.mod h1:6iLM2VGL2y4HotHrS+rX5PNEHEcjCDisHn2ifWnWXi0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down
2 changes: 1 addition & 1 deletion crumbs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Crafted with passion by Luca Sepe - https://github.com/lucasepe/crumbs`
)

var (
version = "0.2.0"
version = "0.3.0"

flagVertical bool
flagWrapLim uint
Expand Down

0 comments on commit 925fcc9

Please sign in to comment.