Prepare to release 5.0.1

This commit is contained in:
Jared Beck 2016-05-04 18:20:36 -04:00
parent eae356f202
commit f38eff8059
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 5.0.1 (Unreleased)
## 5.0.1 (2016-05-04)
### Breaking Changes

View File

@ -3,7 +3,7 @@ module PaperTrail
module VERSION
MAJOR = 5
MINOR = 0
TINY = 0
TINY = 1
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze