Skip to content

Commit

Permalink
Bump version to 1.55.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Jul 15, 2020
1 parent 1fa08ef commit 7024134
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Unreleased

1.55.0 (July 15, 2020)

* Changed: lint generator to install standard instead of RuboCop
* Changed: profile generator and timeout generator to write to `.sample.env`
instead of `.env`

1.54.1 (June 30, 2020)

* Fixed: invalid Gemfile entry for bundler-audit
Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module Suspenders
.read("#{File.dirname(__FILE__)}/../../.ruby-version")
.strip
.freeze
VERSION = "1.54.1".freeze
VERSION = "1.55.0".freeze
end

0 comments on commit 7024134

Please sign in to comment.