From d46e6b308e2144ab1515353177d76db35d6c15de Mon Sep 17 00:00:00 2001 From: James Swineson Date: Fri, 25 Jun 2021 00:43:13 +0800 Subject: [PATCH] bump version to 0.0.6 --- package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.sh b/package.sh index 7c9caff..1bcaf75 100755 --- a/package.sh +++ b/package.sh @@ -6,7 +6,7 @@ fpm -s dir -t deb --force \ -n pve-fake-subscription \ --description "Pollute the subscription cache of Proxmox VE (>=5.0), Proxmox Mail Gateway (>=5.0) & Proxmox Backup Server (>=1.0) so it won't alert you on dashboard login" \ --url "https://github.com/Jamesits/pve-fake-subscription" \ - -v 0.0.5 \ + -v 0.0.6 \ --license "GLWTS(Good Luck With That Shit) Public License" \ --depends "python3" \ --architecture all \