Browse Source

Bump version (0.6)

Emmanuel Bouthenot 4 years ago
parent
commit
df39470cbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pmailq

+ 1 - 1
pmailq

@@ -12,7 +12,7 @@
 _NAME = 'pmailq'
 _HELP = "[OPTIONS] [ list | parse | del ]"
 _DESC = "%s postfix mail queue manager" % _NAME
-_VERSION = '0.3'
+_VERSION = '0.6'
 _AUTHOR = 'Emmanuel Bouthenot <kolter@openics.org>'
 
 MAILQ = "postqueue -p"