diff --git a/god.gemspec b/god.gemspec index e8b885a0..88257fe1 100644 --- a/god.gemspec +++ b/god.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.name = 'god' - s.version = '0.10.0' + s.version = '0.10.1' s.date = '2010-05-17' s.summary = "Process monitoring framework." diff --git a/lib/god.rb b/lib/god.rb index f03bdcf7..1a745b36 100644 --- a/lib/god.rb +++ b/lib/god.rb @@ -150,7 +150,7 @@ def safe_attr_accessor(*args) end module God - VERSION = '0.10.0' + VERSION = '0.10.1' LOG_BUFFER_SIZE_DEFAULT = 100 PID_FILE_DIRECTORY_DEFAULTS = ['/var/run/god', '~/.god/pids'] DRB_PORT_DEFAULT = 17165