Skip to content

Commit

Permalink
Change version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darold committed Sep 12, 2018
1 parent 2035b7f commit ab7ac20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/pgFormatter/Beautify.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ pgFormatter::Beautify - Library for pretty-printing SQL queries
=head1 VERSION
Version 3.0
Version 3.1
=cut

# Version of pgFormatter
our $VERSION = '3.0';
our $VERSION = '3.1';

# Inclusion of code from Perl package SQL::Beautify
# Copyright (C) 2009 by Jonas Kramer
Expand Down
4 changes: 2 additions & 2 deletions lib/pgFormatter/CGI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ pgFormatter::CGI - Implementation of CGI-BIN script to format SQL queries.
=head1 VERSION
Version 3.0
Version 3.1
=cut

# Version of pgFormatter
our $VERSION = '3.0';
our $VERSION = '3.1';

use pgFormatter::Beautify;
use File::Basename;
Expand Down
4 changes: 2 additions & 2 deletions lib/pgFormatter/CLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ pgFormatter::CLI - Implementation of command line program to format SQL queries.
=head1 VERSION
Version 3.0
Version 3.1
=cut

# Version of pgFormatter
our $VERSION = '3.0';
our $VERSION = '3.1';

use autodie;
use pgFormatter::Beautify;
Expand Down

0 comments on commit ab7ac20

Please sign in to comment.