]> git.proxmox.com Git - pmg-api.git/blame - bin/pmgsubscription
bump version to 5.1-4
[pmg-api.git] / bin / pmgsubscription
CommitLineData
d34cada7
DM
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use PMG::CLI::pmgsubscription;
7
8PMG::CLI::pmgsubscription->run_cli_handler();