aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2016-01-25 10:22:15 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2016-01-25 10:22:15 -0800
commit908c011395cc9e3ea1bb195f9d1bd30a9d9df98f (patch)
tree6882426ef9e601a592f3c8719d49cf037294794b /actioncable
parent23c36725a0fa097cbfde0a3661fa21e9470d0a48 (diff)
downloadrails-908c011395cc9e3ea1bb195f9d1bd30a9d9df98f.tar.gz
rails-908c011395cc9e3ea1bb195f9d1bd30a9d9df98f.tar.bz2
rails-908c011395cc9e3ea1bb195f9d1bd30a9d9df98f.zip
bumping version
Diffstat (limited to 'actioncable')
-rw-r--r--actioncable/lib/action_cable/gem_version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/action_cable/gem_version.rb b/actioncable/lib/action_cable/gem_version.rb
index b1286aea6f..c652fb91ae 100644
--- a/actioncable/lib/action_cable/gem_version.rb
+++ b/actioncable/lib/action_cable/gem_version.rb
@@ -8,7 +8,7 @@ module ActionCable
MAJOR = 5
MINOR = 0
TINY = 0
- PRE = "beta1"
+ PRE = "beta1.1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end