bump version to 0.3.2

This commit is contained in:
Josh Poimboeuf 2016-02-17 15:36:15 -06:00
parent c85bb50ff7
commit a24b13cfb1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: kpatch
Summary: Dynamic kernel patching
Version: 0.2.2
Version: 0.3.2
License: GPLv2
Group: System Environment/Kernel
URL: http://github.com/dynup/kpatch

View File

@ -25,7 +25,7 @@
INSTALLDIR=/var/lib/kpatch
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
VERSION="0.2.2"
VERSION="0.3.2"
usage_cmd() {
printf ' %-20s\n %s\n' "$1" "$2" >&2