Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed May 5, 2014
1 parent f958476 commit fbcebe5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion RAILS-DISCO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0.rc4
0.5.0
2 changes: 1 addition & 1 deletion active_domain/lib/active_domain/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ActiveDomain
# Returns the version of the currently loaded ActiveDomain as a Gem::Version
def self.version
Gem::Version.new '0.5.0.rc4'
Gem::Version.new '0.5.0'
end

module VERSION #:nodoc:
Expand Down
2 changes: 1 addition & 1 deletion active_event/lib/active_event/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ActiveEvent
# Returns the version of the currently loaded ActiveEvent as a Gem::Version
def self.version
Gem::Version.new '0.5.0.rc4'
Gem::Version.new '0.5.0'
end

module VERSION #:nodoc:
Expand Down
2 changes: 1 addition & 1 deletion active_projection/lib/active_projection/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ActiveProjection
# Returns the version of the currently loaded ActiveProjection as a Gem::Version
def self.version
Gem::Version.new '0.5.0.rc4'
Gem::Version.new '0.5.0'
end

module VERSION #:nodoc:
Expand Down
2 changes: 1 addition & 1 deletion disco-railties/lib/rails-disco/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION
MAJOR = 0
MINOR = 5
TINY = 0
PRE = "rc4"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION
MAJOR = 0
MINOR = 5
TINY = 0
PRE = "rc4"
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down

0 comments on commit fbcebe5

Please sign in to comment.