mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 01:43:25 +00:00
Make a normal release, not a dev one
This commit is contained in:
parent
067bab1894
commit
29762f2868
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ package App::ClusterSSH;
|
|||
use 5.008.004;
|
||||
use warnings;
|
||||
use strict;
|
||||
use version; our $VERSION = version->new('4.08_01');
|
||||
use version; our $VERSION = version->new('4.08');
|
||||
|
||||
use Carp qw/cluck :DEFAULT/;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue