mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Tagged 2.0.1
This commit is contained in:
parent
d24804504d
commit
669744d949
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Pundit
|
||||
|
||||
## Unreleased
|
||||
## 2.0.1 (2019-01-18)
|
||||
|
||||
### Breaking changes
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Pundit
|
||||
VERSION = "2.0.0".freeze
|
||||
VERSION = "2.0.1".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue