lib/arachni/rpc/pure/version.rb in arachni-rpc-pure-0.1.2 vs lib/arachni/rpc/pure/version.rb in arachni-rpc-pure-0.2
- old
+ new
@@ -1,15 +1,17 @@
=begin
This file is part of the Arachni-RPC Pure project and may be subject to
- redistribution and commercial restrictions. Please see the Arachni-RPC EM
+ redistribution and commercial restrictions. Please see the Arachni-RPC Pure
web site for more information on licensing and terms of use.
=end
module Arachni
module RPC
module Pure
- VERSION = '0.1.2'
+
+ VERSION = '0.2'
+
end
end
end