aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/gem_version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activejob/lib/active_job/gem_version.rb')
-rw-r--r--activejob/lib/active_job/gem_version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activejob/lib/active_job/gem_version.rb b/activejob/lib/active_job/gem_version.rb
index 5313a4ab9e..224ae9072a 100644
--- a/activejob/lib/active_job/gem_version.rb
+++ b/activejob/lib/active_job/gem_version.rb
@@ -8,9 +8,9 @@ module ActiveJob
module VERSION
MAJOR = 6
- MINOR = 0
+ MINOR = 1
TINY = 0
- PRE = "beta3"
+ PRE = "alpha"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end