From 64965f5b4f6081193cbaeb56a52f2265441c8460 Mon Sep 17 00:00:00 2001 From: Joseph Chilcote Date: Tue, 20 Nov 2018 16:28:41 -0800 Subject: [PATCH] bumping to 2.0.9 --- Makefile | 2 +- pkgroot/usr/local/vfuse/bin/vfuse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 17320a1..36c8ebc 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.0.8" +PKGVERSION="2.0.9" PKGID=com.github.vfuse PROJECT="vfuse" diff --git a/pkgroot/usr/local/vfuse/bin/vfuse b/pkgroot/usr/local/vfuse/bin/vfuse index a7616db..a2792b2 100755 --- a/pkgroot/usr/local/vfuse/bin/vfuse +++ b/pkgroot/usr/local/vfuse/bin/vfuse @@ -24,7 +24,7 @@ Requirements: ############################################################################## __author__ = 'Joseph Chilcote (chilcote@gmail.com)' -__version__ = '2.0.8' +__version__ = '2.0.9' import argparse import glob