Skip to content

Commit

Permalink
Release 1.41.0.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tute committed Jul 1, 2016
1 parent c616202 commit abc26ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
master

1.41.0 (July 1, 2016)

* Update to Rails 5
* Drop quiet_assets
* Drop unneeded `suspenders` aliases: `--skip-test-unit`, `--skip-turbolinks`,
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.40.0".freeze
VERSION = "1.41.0".freeze
end

0 comments on commit abc26ca

Please sign in to comment.