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 \