diff options
author | Karen Etheridge <ether@cpan.org> | 2018-01-08 22:43:21 -0800 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2018-01-08 22:43:21 -0800 |
commit | 7216de9d297add0e32ea2d7061f34642d928d561 (patch) | |
tree | 0869172bd03e84d82469fc39b805fe9d807db72c /lib/URI/sftp.pm | |
parent | 958e1fd0bbf1b121f2488b6c4568193a6396fd73 (diff) | |
download | uri-7216de9d297add0e32ea2d7061f34642d928d561.tar.gz |
increment $VERSION after 1.73 release
Diffstat (limited to 'lib/URI/sftp.pm')
-rw-r--r-- | lib/URI/sftp.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/URI/sftp.pm b/lib/URI/sftp.pm index 293476d..dd7cf8a 100644 --- a/lib/URI/sftp.pm +++ b/lib/URI/sftp.pm @@ -5,7 +5,6 @@ use warnings; use parent 'URI::ssh'; -our $VERSION = '1.73'; -$VERSION = eval $VERSION; +our $VERSION = '1.74'; 1; |