Skip to content

Commit f185878

Browse files
committed
marking version 2.2.0
1 parent f96dba3 commit f185878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Shameless fork from the far superior https://github.com/clburlison/pinpoint/blob/master/Makefile
22

33
PKGTITLE="vfuse"
4-
PKGVERSION="2.1.0"
4+
PKGVERSION="2.2.0"
55
PKGID=com.github.vfuse
66
PROJECT="vfuse"
77

pkgroot/usr/local/vfuse/bin/vfuse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ except ImportError:
5252
from urllib2 import urlopen, HTTPError
5353

5454

55-
__version__ = "2.1.0"
55+
__version__ = "2.2.0"
5656

5757

5858
class Error(Exception):

0 commit comments

Comments
 (0)