Adding :version_author method to docs on README; bump version to 3.0.0.beta2 [ci skip]

This commit is contained in:
Ben Atkins 2013-10-16 11:41:13 -04:00
parent 617c203a89
commit f76bcc8915
2 changed files with 2 additions and 1 deletions

View File

@ -145,6 +145,7 @@ version.originator
# Returns who changed the item from the state it had in this version.
version.terminator
version.whodunnit
version.version_author
# Returns the next version.
version.next

View File

@ -1,3 +1,3 @@
module PaperTrail
VERSION = '3.0.0.beta1'
VERSION = '3.0.0.beta2'
end