Skip to content

Commit 12d009d

Browse files
committed
Start development for 2.0.0
1 parent 7528459 commit 12d009d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/rails_admin/version.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module RailsAdmin
22
class Version
3-
MAJOR = 1
4-
MINOR = 4
5-
PATCH = 2
6-
PRE = nil
3+
MAJOR = 2
4+
MINOR = 0
5+
PATCH = 0
6+
PRE = 'alpha'
77

88
class << self
99
# @return [String]

0 commit comments

Comments
 (0)