Skip to content

Commit d7bb79b

Browse files
committed
Release 0.4.0: update skimo version to keep docs after inlining
1 parent 0c55f0b commit d7bb79b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"gopkg.in/yaml.v2"
1414
)
1515

16-
const LatestVersion = "0.2.0"
16+
const LatestVersion = "0.4.0"
1717

1818
// The configuration of the CLI
1919
type Config struct {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.13
44

55
require (
66
github.com/atotto/clipboard v0.1.2
7-
github.com/chermehdi/skimo v0.0.3
7+
github.com/chermehdi/skimo v0.0.4
88
github.com/fatih/color v1.9.0
99
github.com/go-openapi/strfmt v0.19.4 // indirect
1010
github.com/jedib0t/go-pretty v4.3.0+incompatible

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ github.com/chermehdi/skimo v0.0.2 h1:jM50/JiaHcdsgrkGDh4UFZSnEqTDiUk4Finglpddsf0
99
github.com/chermehdi/skimo v0.0.2/go.mod h1:IyNiK9Qhq9hRCM+oNhR51kh3If0HzLGE4Zr5Fv9Ogds=
1010
github.com/chermehdi/skimo v0.0.3 h1:szEajpxODufNkIgXmJIHPwdRKQs7HuHmt34CxSeI+lA=
1111
github.com/chermehdi/skimo v0.0.3/go.mod h1:IyNiK9Qhq9hRCM+oNhR51kh3If0HzLGE4Zr5Fv9Ogds=
12+
github.com/chermehdi/skimo v0.0.4 h1:8X97r5N/GiD3cK0zpIALw7fV7kW/UJUFDUJOcSEn8PE=
13+
github.com/chermehdi/skimo v0.0.4/go.mod h1:IyNiK9Qhq9hRCM+oNhR51kh3If0HzLGE4Zr5Fv9Ogds=
1214
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d h1:U+s90UTSYgptZMwQh2aRr3LuazLJIa+Pg3Kc1ylSYVY=
1315
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
1416
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=

0 commit comments

Comments
 (0)