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

Commit

Permalink
* version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kranz committed Jan 17, 2014
1 parent 43445bd commit 8fdef4d
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.4.2
0.4.3
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.4.2'
Gem::Version.new '0.4.3'
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.4.2'
Gem::Version.new '0.4.3'
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.4.2'
Gem::Version.new '0.4.3'
end

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

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

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

0 comments on commit 8fdef4d

Please sign in to comment.