From 5b1bc48a30beff97d94c839dee5ee473e179ee1a Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Fri, 17 Mar 2017 12:41:58 +0900 Subject: [PATCH] version++; this be v0.5.1 --- Changes | 2 +- peco.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 10feb01..d7afab5 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Changes ======= -v0.5.1 - unreleased +v0.5.1 - 17 Mar 2017 Bugs/Fixes * When --exec is used, and you come back from the external command, you lost your selected location in the peco view. #410 diff --git a/peco.go b/peco.go index 453ce4a..54d348e 100644 --- a/peco.go +++ b/peco.go @@ -23,7 +23,7 @@ import ( "github.com/pkg/errors" ) -const version = "v0.5.0" +const version = "v0.5.1" type errIgnorable struct { err error