Skip to content

Commit

Permalink
chore: Release 0.14.0 as resurrected_god
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Mar 6, 2022
1 parent a336348 commit 170c4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/god.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/god/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module God
# The String version number for this package.
VERSION = '0.13.8'.freeze
VERSION = '0.14.0'.freeze
end

0 comments on commit 170c4aa

Please sign in to comment.