Skip to content

Commit

Permalink
Bump version to v1.55.1 [ci skip]
Browse files Browse the repository at this point in the history
* Fixed: indentation in production config file.
  • Loading branch information
composerinteralia committed Sep 11, 2020
1 parent 6fd0c72 commit f16e743
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Unreleased

1.55.1 (September 11, 2020)

* Fixed: Missing newline in generated development config

1.55.0 (July 15, 2020)

* Changed: lint generator to install standard instead of RuboCop
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.55.0".freeze
VERSION = "1.55.1".freeze
end

0 comments on commit f16e743

Please sign in to comment.