Skip to content

Commit

Permalink
Update default nodejs version to 0.10.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Requena committed May 8, 2014
1 parent 9b29ec5 commit 90aff4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opsworks_nodejs/attributes/opsworks_nodejs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
include_attribute 'deploy'
include_attribute 'opsworks_commons::default'

default[:opsworks_nodejs][:version] = '0.10.25'
default[:opsworks_nodejs][:version] = '0.10.27'
default[:opsworks_nodejs][:pkgrelease] = '1'

arch = RUBY_PLATFORM.match(/64/) ? 'amd64' : 'i386'
Expand Down

0 comments on commit 90aff4d

Please sign in to comment.