Skip to content

Commit

Permalink
Bump version to 1.2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 19, 2019
1 parent 918d8bd commit 3bfbbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@


class Logger
VERSION = "1.2.8"
VERSION = "1.2.8.1"
ProgName = "#{File.basename(__FILE__)}/#{VERSION}"

class Error < RuntimeError; end
Expand Down
2 changes: 1 addition & 1 deletion logger.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "logger"
spec.version = "1.2.7.1"
spec.version = "1.2.8.1"
spec.authors = ["NAKAMURA, Hiroshi", "SHIBATA Hiroshi"]
spec.email = ["nahi@ruby-lang.org", "hsbt@ruby-lang.org"]

Expand Down

0 comments on commit 3bfbbac

Please sign in to comment.