diff --git a/src/spectator.cr b/src/spectator.cr index 7a0b0bd..5cb84d7 100644 --- a/src/spectator.cr +++ b/src/spectator.cr @@ -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.