Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
I messed up so 0.8.1 didn't include the change in the version.rb file.
  • Loading branch information
perlun committed Nov 21, 2017
1 parent 763bcc0 commit 56fdf0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.8.1 / 2017-11-21
## 0.8.2 / 2017-11-21

* Bug fixes:
* Bugfix for `UploadedFile.new` unintended API breakage.
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/test/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rack
module Test
VERSION = '0.8.1'.freeze
VERSION = '0.8.2'.freeze
end
end

0 comments on commit 56fdf0c

Please sign in to comment.