Merge pull request #139 from Tpo76/master

Update version
This commit is contained in:
qgarnier 2015-08-24 13:27:06 +02:00
commit cf0157c066
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ sub new {
bless $self, $class;
# $options->{options} = options object
$self->{version} = '0.1';
$self->{version} = '1.0';
%{$self->{modes}} = (
'scenario' => 'apps::selenium::mode::scenario',
);