We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96dba3 commit f185878Copy full SHA for f185878
Makefile
@@ -1,7 +1,7 @@
1
# Shameless fork from the far superior https://github.com/clburlison/pinpoint/blob/master/Makefile
2
3
PKGTITLE="vfuse"
4
-PKGVERSION="2.1.0"
+PKGVERSION="2.2.0"
5
PKGID=com.github.vfuse
6
PROJECT="vfuse"
7
pkgroot/usr/local/vfuse/bin/vfuse
@@ -52,7 +52,7 @@ except ImportError:
52
from urllib2 import urlopen, HTTPError
53
54
55
-__version__ = "2.1.0"
+__version__ = "2.2.0"
56
57
58
class Error(Exception):
0 commit comments