Bump version to 0.9.8

Fixed GitHub Issue https://github.com/icy-arctic-fox/spectator/issues/5 - Thanks @jinn999
This commit is contained in:
Michael Miller 2020-02-21 09:57:09 -07:00
parent 2ec9ab2e09
commit f5f1361477
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: spectator
version: 0.9.7
version: 0.9.8
description: |
A feature-rich spec testing framework for Crystal with similarities to RSpec.

View File

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