Browse Source

Added version

Aditya Ivaturi 15 years ago
parent
commit
8060668175
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/Selenium/Remote/Driver.pm

+ 2 - 0
lib/Selenium/Remote/Driver.pm

@@ -23,6 +23,8 @@ use constant FINDERS => {
         xpath             => 'Xpath',
 };
 
+our $VERSION = "0.10";
+
 =head1 NAME
 
 Selenium::Remote::Driver - Perl Client for Selenium Remote Driver