Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Konikowski committed Sep 4, 2020
1 parent eea9e7d commit c821c12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.6.0

* Update Rubocop from
[0.89.1](https://github.com/rubocop-hq/rubocop/releases/tag/v0.89.1)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard (0.5.2)
standard (0.6.0)
rubocop (~> 0.90)
rubocop-performance (~> 1.8.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/standard/version.rb
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("0.5.2")
VERSION = Gem::Version.new("0.6.0")
end

0 comments on commit c821c12

Please sign in to comment.