From f185878a9463b0bfa30e7237cdbe71a1e8fa2b3e Mon Sep 17 00:00:00 2001 From: Joseph Chilcote Date: Sat, 15 Jun 2019 15:03:04 -0700 Subject: [PATCH] marking version 2.2.0 --- Makefile | 2 +- pkgroot/usr/local/vfuse/bin/vfuse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 48d6105..4f4a3d3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Shameless fork from the far superior https://github.com/clburlison/pinpoint/blob/master/Makefile PKGTITLE="vfuse" -PKGVERSION="2.1.0" +PKGVERSION="2.2.0" PKGID=com.github.vfuse PROJECT="vfuse" diff --git a/pkgroot/usr/local/vfuse/bin/vfuse b/pkgroot/usr/local/vfuse/bin/vfuse index a3d30b9..281fcad 100755 --- a/pkgroot/usr/local/vfuse/bin/vfuse +++ b/pkgroot/usr/local/vfuse/bin/vfuse @@ -52,7 +52,7 @@ except ImportError: from urllib2 import urlopen, HTTPError -__version__ = "2.1.0" +__version__ = "2.2.0" class Error(Exception):