Skip to content

Commit

Permalink
Release 0.4.0: update skimo version to keep docs after inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
chermehdi committed Dec 20, 2020
1 parent 0c55f0b commit d7bb79b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"gopkg.in/yaml.v2"
)

const LatestVersion = "0.2.0"
const LatestVersion = "0.4.0"

// The configuration of the CLI
type Config struct {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/atotto/clipboard v0.1.2
github.com/chermehdi/skimo v0.0.3
github.com/chermehdi/skimo v0.0.4
github.com/fatih/color v1.9.0
github.com/go-openapi/strfmt v0.19.4 // indirect
github.com/jedib0t/go-pretty v4.3.0+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ github.com/chermehdi/skimo v0.0.2 h1:jM50/JiaHcdsgrkGDh4UFZSnEqTDiUk4Finglpddsf0
github.com/chermehdi/skimo v0.0.2/go.mod h1:IyNiK9Qhq9hRCM+oNhR51kh3If0HzLGE4Zr5Fv9Ogds=
github.com/chermehdi/skimo v0.0.3 h1:szEajpxODufNkIgXmJIHPwdRKQs7HuHmt34CxSeI+lA=
github.com/chermehdi/skimo v0.0.3/go.mod h1:IyNiK9Qhq9hRCM+oNhR51kh3If0HzLGE4Zr5Fv9Ogds=
github.com/chermehdi/skimo v0.0.4 h1:8X97r5N/GiD3cK0zpIALw7fV7kW/UJUFDUJOcSEn8PE=
github.com/chermehdi/skimo v0.0.4/go.mod h1:IyNiK9Qhq9hRCM+oNhR51kh3If0HzLGE4Zr5Fv9Ogds=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d h1:U+s90UTSYgptZMwQh2aRr3LuazLJIa+Pg3Kc1ylSYVY=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
Expand Down

0 comments on commit d7bb79b

Please sign in to comment.