Bump version to 0.9.3

This commit is contained in:
Michael Miller 2020-01-16 18:37:04 -07:00
parent 13a0b9e2d3
commit 2b2fb5af3a
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
name: spectator
version: 0.9.2
version: 0.9.3
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.2"
VERSION = "0.9.3"
# Top-level describe method.
# All specs in a file must be wrapped in this call.