update filebug.pl for 1.9

This commit is contained in:
Anthony Minessale 2016-09-27 17:34:07 -05:00
parent 6ef4df96da
commit d1f1ca1b5d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use JIRA::REST;
use Data::Dumper;
my $editor = $ENV{"EDITOR"} || $ENV{"VISUAL"} || `which emacs` || `which vi`;
my $default_versions = "1.7 1.6";
my $default_versions = "1.9 1.8";
my $default_components = "freeswitch-core";
my $desc_head = "; Enter the description lines beginning with a ; will be ignored.\n";