diff --git a/lib/god.rb b/lib/god.rb index 7e556413..2d71fe59 100644 --- a/lib/god.rb +++ b/lib/god.rb @@ -161,7 +161,7 @@ def safe_attr_accessor(*args) module God # The String version number for this package. - VERSION = '0.13.8' + VERSION = '0.14.0' # The Integer number of lines of backlog to keep for the logger. LOG_BUFFER_SIZE_DEFAULT = 100 diff --git a/lib/god/version.rb b/lib/god/version.rb index 5a726d37..5af23d77 100644 --- a/lib/god/version.rb +++ b/lib/god/version.rb @@ -1,4 +1,4 @@ module God # The String version number for this package. - VERSION = '0.13.8'.freeze + VERSION = '0.14.0'.freeze end