lib/ronin/dorks/version.rb in ronin-dorks-0.1.0 vs lib/ronin/dorks/version.rb in ronin-dorks-0.1.1

- old
+ new

@@ -1,11 +1,11 @@ # #-- # Ronin Dorks - A Ruby library for Ronin that provides support for various # Google (tm) Dorks functionality. # -# Copyright (c) 2008 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2008-2009 Hal Brodigan (postmodern.mod3 at gmail.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. @@ -21,8 +21,8 @@ #++ # module Ronin module Dorks - VERSION = '0.1.0' + VERSION = '0.1.1' end end