We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bba287 commit 8adfbdbCopy full SHA for 8adfbdb
1 file changed
lib/rails_admin/version.rb
@@ -1,9 +1,9 @@
1
module RailsAdmin
2
class Version
3
- MAJOR = 2
4
- MINOR = 2
5
- PATCH = 1
6
- PRE = nil
+ MAJOR = 3
+ MINOR = 0
+ PATCH = 0
+ PRE = 'alpha'.freeze
7
8
class << self
9
# @return [String]
0 commit comments