Skip to content

Commit

Permalink
Version corrections after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
SineSwiper authored and oalders committed Oct 8, 2024
1 parent 72aa5e1 commit b6f2e7e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/URI/ftpes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package URI::ftpes;
use strict;
use warnings;

our $VERSION = '5.29';
our $VERSION = '5.30';

use parent 'URI::ftp';

Expand Down
2 changes: 1 addition & 1 deletion lib/URI/ftps.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package URI::ftps;
use strict;
use warnings;

our $VERSION = '5.29';
our $VERSION = '5.30';

use parent 'URI::ftp';

Expand Down
2 changes: 1 addition & 1 deletion lib/URI/irc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package URI::irc; # draft-butcher-irc-url-04
use strict;
use warnings;

our $VERSION = '5.29';
our $VERSION = '5.30';

use parent 'URI::_login';

Expand Down
2 changes: 1 addition & 1 deletion lib/URI/ircs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package URI::ircs;
use strict;
use warnings;

our $VERSION = '5.29';
our $VERSION = '5.30';

use parent 'URI::irc';

Expand Down
2 changes: 1 addition & 1 deletion lib/URI/scp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package URI::scp;
use strict;
use warnings;

our $VERSION = '5.29';
our $VERSION = '5.30';

use parent 'URI::ssh';

Expand Down
4 changes: 2 additions & 2 deletions lib/URI/sftp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package URI::sftp;
use strict;
use warnings;

use parent 'URI::ssh';

our $VERSION = '5.30';

use parent 'URI::ssh';

1;

0 comments on commit b6f2e7e

Please sign in to comment.