Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jun 28, 2013
1 parent 64bb7d4 commit 73e8b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rails_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module RailsAdmin
class Version
MAJOR = 0 unless defined? MAJOR
MINOR = 4 unless defined? MINOR
PATCH = 9 unless defined? PATCH
MINOR = 5 unless defined? MINOR
PATCH = 0 unless defined? PATCH
PRE = nil unless defined? PRE

class << self
Expand Down

0 comments on commit 73e8b9a

Please sign in to comment.