lib/arachni/rpc/em/version.rb in arachni-rpc-em-0.1 vs lib/arachni/rpc/em/version.rb in arachni-rpc-em-0.1.1
- old
+ new
@@ -1,17 +1,15 @@
=begin
- Arachni-RPC
- Copyright (c) 2011 Tasos "Zapotek" Laskos <tasos.laskos@gmail.com>
- This is free software; you can copy and distribute and modify
- this program under the term of the GPL v2.0 License
- (See LICENSE file for details)
+ This file is part of the Arachni-RPC EM project and may be subject to
+ redistribution and commercial restrictions. Please see the Arachni-RPC EM
+ web site for more information on licensing and terms of use.
=end
module Arachni
module RPC
module EM
- VERSION = '0.1'
+ VERSION = '0.1.1'
end
end
end