Bump version.

This commit is contained in:
Nick Elser
2016-10-06 10:22:36 -07:00
parent 58fae54022
commit af1c476f08
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## 0.3.2
- Custom lock tokens (thanks to avokhmin).
## 0.3.1
- Slight memory leak fix.

View File

@@ -1,3 +1,3 @@
module Suo
VERSION = "0.3.1"
VERSION = "0.3.2".freeze
end