From 607b8cec220e8c0f1d9a53af3ffa90ac3302d240 Mon Sep 17 00:00:00 2001 From: Joseph Chilcote Date: Sun, 1 Apr 2018 22:00:59 -0700 Subject: [PATCH] version 2.0.4 --- Makefile | 2 +- pkgroot/usr/local/vfuse/bin/vfuse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e240dc3..efd3df3 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.3" +PKGVERSION="2.0.4" PKGID=com.github.vfuse PROJECT="vfuse" diff --git a/pkgroot/usr/local/vfuse/bin/vfuse b/pkgroot/usr/local/vfuse/bin/vfuse index b7934d2..2c13cd2 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.3' +__version__ = '2.0.4' import argparse import glob