mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Correct version number
This commit is contained in:
parent
c0ac1169eb
commit
e7694e836e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package App::ClusterSSH;
|
|||
use 5.008.004;
|
||||
use warnings;
|
||||
use strict;
|
||||
use version; our $VERSION = version->new('4.02_04');
|
||||
use version; our $VERSION = version->new('4.03_01');
|
||||
|
||||
use Carp;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue