Skip to content

Commit

Permalink
bumping version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Esity committed Jun 8, 2021
1 parent f0b1336 commit a1c003a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion legion-logging.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require 'legion/logging/version'
require_relative 'lib/legion/logging/version'

Gem::Specification.new do |spec|
spec.name = 'legion-logging'
Expand Down
2 changes: 1 addition & 1 deletion lib/legion/logging/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Legion
module Logging
VERSION = '1.1.5'.freeze
VERSION = '1.2.0'.freeze
end
end

0 comments on commit a1c003a

Please sign in to comment.