From 170c4aadf162b8849f4a127f91969b0b2f933f47 Mon Sep 17 00:00:00 2001 From: mishina Date: Sun, 6 Mar 2022 21:29:24 +0900 Subject: [PATCH] chore: Release 0.14.0 as resurrected_god --- lib/god.rb | 2 +- lib/god/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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