From b919db6876ac945a2bb58cadb01abba1695ac37d Mon Sep 17 00:00:00 2001 From: James Swineson Date: Sat, 22 Jun 2019 23:25:48 +0800 Subject: [PATCH] bump version to 0.0.2 --- package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.sh b/package.sh index 3a03e5a..f34c8b5 100755 --- a/package.sh +++ b/package.sh @@ -6,7 +6,7 @@ fpm -s dir -t deb \ -n pve-fake-subscription \ --description "Pollute Proxmox VE 5.x subscription cache so it won't alert you on dashboard login" \ --url "https://github.com/Jamesits/pve-fake-subscription" \ - -v 0.0.1 \ + -v 0.0.2 \ --license "GLWTS(Good Luck With That Shit) Public License" \ --depends "python3" \ --architecture all \