Skip to content

Commit a24b13c

Browse files
committed
bump version to 0.3.2
1 parent c85bb50 commit a24b13c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/kpatch.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: kpatch
22
Summary: Dynamic kernel patching
3-
Version: 0.2.2
3+
Version: 0.3.2
44
License: GPLv2
55
Group: System Environment/Kernel
66
URL: http://github.com/dynup/kpatch

kpatch/kpatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
INSTALLDIR=/var/lib/kpatch
2727
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
28-
VERSION="0.2.2"
28+
VERSION="0.3.2"
2929

3030
usage_cmd() {
3131
printf ' %-20s\n %s\n' "$1" "$2" >&2

0 commit comments

Comments
 (0)