Skip to content

Commit

Permalink
release 0.07
Browse files Browse the repository at this point in the history
  • Loading branch information
collinsp committed May 7, 2014
1 parent db58905 commit 35b3390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CGI/OptimalQuery.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use CGI();
BEGIN {
use Exporter ();
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
$VERSION = '0.06';
$VERSION = '0.07';
@ISA = qw(Exporter);
#Give a hoot don't pollute, do not export more than needed by default
@EXPORT = qw();
Expand Down

0 comments on commit 35b3390

Please sign in to comment.