Bump version to 0.9.32

This commit is contained in:
Michael Miller 2021-02-03 10:08:46 -07:00
parent 8d48e441b2
commit e0c4d2ac3e
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD
3 changed files with 6 additions and 2 deletions

View file

@ -6,7 +6,7 @@ module Spectator
extend self
# Current version of the Spectator library.
VERSION = "0.9.31"
VERSION = "0.9.32"
# Top-level describe method.
# All specs in a file must be wrapped in this call.