Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 2, 2014
1 parent 5d2ec45 commit 4d5fa97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/rails_admin/version.rb
@@ -1,9 +1,9 @@
module RailsAdmin
class Version
MAJOR = 0 unless defined? MAJOR
MINOR = 6 unless defined? MINOR
PATCH = 0 unless defined? PATCH
PRE = nil unless defined? PRE
MAJOR = 0
MINOR = 6
PATCH = 1
PRE = nil

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

0 comments on commit 4d5fa97

Please sign in to comment.