diff --git a/README.md b/README.md index 6785644..b50d3fc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add it to `shard.yml` dependencies: spec2: github: waterlink/spec2.cr - version: ~> 0.6.0 + version: ~> 0.7.0 ``` ## Goals @@ -43,7 +43,7 @@ dependencies: ## Roadmap -### `0.8` +### `0.9` - [ ] Configuration through CLI interface. - [ ] Filters. diff --git a/shard.yml b/shard.yml index 332f02b..6e8c284 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: spec2 -version: 0.6.0 +version: 0.7.0 license: MIT authors: diff --git a/src/version.cr b/src/version.cr index 5098d39..f8dc74f 100644 --- a/src/version.cr +++ b/src/version.cr @@ -1,3 +1,3 @@ module Spec2 - VERSION = "0.6.0" + VERSION = "0.7.0" end