aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-08-05 09:05:25 -0500
committerGitHub <noreply@github.com>2017-08-05 09:05:25 -0500
commit1c96ca2d4462a275d7f14612afe1ff61c48cc05d (patch)
treed5585c2c6d10689eecbaad81590a469b95ffc902 /activestorage/lib
parent354b1426475fdf1b3aa3753e4832be52a0234179 (diff)
parent10a7ae39c611b571719efcd1890b88d38017382c (diff)
downloadrails-1c96ca2d4462a275d7f14612afe1ff61c48cc05d.tar.gz
rails-1c96ca2d4462a275d7f14612afe1ff61c48cc05d.tar.bz2
rails-1c96ca2d4462a275d7f14612afe1ff61c48cc05d.zip
Merge pull request #30083 from koic/change_gem_version_of_active_storage_to_5_2_0
Change gem version of Active Storage to 5.2.0.alpha
Diffstat (limited to 'activestorage/lib')
-rw-r--r--activestorage/lib/active_storage/gem_version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activestorage/lib/active_storage/gem_version.rb b/activestorage/lib/active_storage/gem_version.rb
index cde112a006..db79c669bf 100644
--- a/activestorage/lib/active_storage/gem_version.rb
+++ b/activestorage/lib/active_storage/gem_version.rb
@@ -5,8 +5,8 @@ module ActiveStorage
end
module VERSION
- MAJOR = 0
- MINOR = 1
+ MAJOR = 5
+ MINOR = 2
TINY = 0
PRE = "alpha"