From 6256b47f8f63344ef1e8f991ac2c28d7911b04a3 Mon Sep 17 00:00:00 2001 From: THEPAUT Date: Mon, 24 Aug 2015 11:17:23 +0200 Subject: [PATCH] Update version Update version --- apps/selenium/plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/selenium/plugin.pm b/apps/selenium/plugin.pm index 976cc54a1..499fc4630 100644 --- a/apps/selenium/plugin.pm +++ b/apps/selenium/plugin.pm @@ -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', );