version++; this be v0.4.9

This commit is contained in:
Daisuke Maki 2017-03-01 06:51:48 +09:00
parent 3022ba26ed
commit 936910b202
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Changes
=======
v0.4.9 - unreleased
v0.4.9 - 01 Mar 2017
Bugs/Fixes
* SavedSelection under `--selection-prefix` was not properly working
(#388)

View file

@ -22,7 +22,7 @@ import (
"github.com/pkg/errors"
)
const version = "v0.4.8"
const version = "v0.4.9"
type errIgnorable struct {
err error