aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/action_cable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action_cable.rb b/lib/action_cable.rb
index 3352453491..1926201f1f 100644
--- a/lib/action_cable.rb
+++ b/lib/action_cable.rb
@@ -17,7 +17,7 @@ require 'em-hiredis'
require 'action_cable/engine' if defined?(Rails)
module ActionCable
- VERSION = '0.0.1'
+ VERSION = '0.0.3'
autoload :Channel, 'action_cable/channel'
autoload :Worker, 'action_cable/worker'