Bump version to 0.9.40

This commit is contained in:
Michael Miller 2021-07-10 23:16:05 -06:00
parent 7210b8e11c
commit 01672fc073
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD
4 changed files with 13 additions and 4 deletions

View file

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