Update version constant

This commit is contained in:
Michael Miller 2019-08-31 10:14:06 -06:00
parent bfe641e07e
commit 752b7f0ffa

View file

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