From 505e4e26c4b81f5f2d8664ac5ae7bc5a7d39a3bc Mon Sep 17 00:00:00 2001 From: Joseph Chilcote Date: Mon, 28 Oct 2019 18:39:58 -0700 Subject: [PATCH] marking version 2.2.5 --- Makefile | 2 +- pkgroot/usr/local/vfuse/bin/vfuse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 16fb547..523162a 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.2.4" +PKGVERSION="2.2.5" PKGID=com.github.vfuse PROJECT="vfuse" diff --git a/pkgroot/usr/local/vfuse/bin/vfuse b/pkgroot/usr/local/vfuse/bin/vfuse index f6b383f..3e1b546 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.2.4" +__version__ = "2.2.5" class Error(Exception):