Skip to content

Commit

Permalink
Start development for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Aug 9, 2021
1 parent 9bba287 commit 8adfbdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/rails_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module RailsAdmin
class Version
MAJOR = 2
MINOR = 2
PATCH = 1
PRE = nil
MAJOR = 3
MINOR = 0
PATCH = 0
PRE = 'alpha'.freeze

class << self
# @return [String]
Expand Down

0 comments on commit 8adfbdb

Please sign in to comment.