Skip to content

Commit

Permalink
Next version is 1.2.0
Browse files Browse the repository at this point in the history
Change-Id: Iff83d0983bc03fb2970762f0afced326ad77211b
  • Loading branch information
Andy Delcambre committed Aug 17, 2010
1 parent 12c1160 commit 07105e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/engineyard/model/instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module EY
module Model
class Instance < ApiStruct.new(:id, :role, :name, :status, :amazon_id, :public_hostname, :environment)
ENGINEYARD_SERVERSIDE_VERSION = ENV["ENGINEYARD_SERVERSIDE_VERSION"] || "1.1.3"
ENGINEYARD_SERVERSIDE_VERSION = ENV["ENGINEYARD_SERVERSIDE_VERSION"] || "1.2.0"
EXIT_STATUS = Hash.new { |h,k| raise EY::Error, "engineyard-serverside version checker exited with unknown status code #{k}" }
EXIT_STATUS.merge!({
255 => :ssh_failed,
Expand Down
2 changes: 1 addition & 1 deletion lib/engineyard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EY
VERSION = '1.1.4.pre'
VERSION = '1.2.0.pre'
end

0 comments on commit 07105e1

Please sign in to comment.