diff options
author | Matthew Draper <matthew@trebex.net> | 2017-03-22 10:11:39 +1030 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2017-03-22 10:11:39 +1030 |
commit | 6c08d480f13d3332c878ca8a120a03fcd78f7ba2 (patch) | |
tree | ade18a9203afbc55db46aee904a087e8d9cec3d0 /actioncable/lib/action_cable | |
parent | 88b16843f67bcd96395444ba8f139895351da0bc (diff) | |
download | rails-6c08d480f13d3332c878ca8a120a03fcd78f7ba2.tar.gz rails-6c08d480f13d3332c878ca8a120a03fcd78f7ba2.tar.bz2 rails-6c08d480f13d3332c878ca8a120a03fcd78f7ba2.zip |
Start Rails 5.2 development
Diffstat (limited to 'actioncable/lib/action_cable')
-rw-r--r-- | actioncable/lib/action_cable/gem_version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actioncable/lib/action_cable/gem_version.rb b/actioncable/lib/action_cable/gem_version.rb index c09613a747..5d6f9af0bb 100644 --- a/actioncable/lib/action_cable/gem_version.rb +++ b/actioncable/lib/action_cable/gem_version.rb @@ -6,9 +6,9 @@ module ActionCable module VERSION MAJOR = 5 - MINOR = 1 + MINOR = 2 TINY = 0 - PRE = "beta1" + PRE = "alpha" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end |