Skip to content

Commit

Permalink
Bump to 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed May 15, 2019
1 parent f0fea5f commit ef430eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## HEAD
## 2.17.1 (2019-05-15)

* `rack_file` – Fix overriden `Attacher#assign` not accepting second argument (@janko)

Expand Down
2 changes: 1 addition & 1 deletion lib/shrine/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def self.version
module VERSION
MAJOR = 2
MINOR = 17
TINY = 0
TINY = 1
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
Expand Down

0 comments on commit ef430eb

Please sign in to comment.