diff --git a/Changes b/Changes index c9e3cda..06f9a22 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Changes ======= +v0.5.10 - 08 Jun 2021 + * Previous release was botched. No code change except for version string, + and Makefile typo. + v0.5.9 - 08 Jun 2021 * Remove support for 386 arch * Add go.sum diff --git a/peco.go b/peco.go index 026c2ae..966d2be 100644 --- a/peco.go +++ b/peco.go @@ -28,7 +28,7 @@ import ( "github.com/pkg/errors" ) -const version = "v0.5.8" +const version = "v0.5.10" type errIgnorable struct { err error