Bump version to 0.9.37

This commit is contained in:
Michael Miller 2021-05-19 19:51:08 -06:00
parent e3576c8924
commit 55398709de
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD
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.36"
VERSION = "0.9.37"
# Top-level describe method.
# All specs in a file must be wrapped in this call.