Bump version to 0.9.36

This commit is contained in:
Michael Miller 2021-04-25 23:39:26 -06:00
parent f0b524dc47
commit 18fb2d3879
No known key found for this signature in database
GPG key ID: F9A0C5C65B162436
4 changed files with 9 additions and 4 deletions

View file

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