Skip to content

Commit

Permalink
bump version for next release (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Jul 1, 2023
1 parent cafdff4 commit 44f1661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
@@ -1,5 +1,5 @@
name: selenium
version: 0.11.0
version: 0.12.0
authors:
- Matthew McGarvey <matthewmcgarvey14@gmail.com>
crystal: ">= 1.4.0, < 2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/selenium.cr
Expand Up @@ -13,5 +13,5 @@ require "./selenium/safari/**"
require "./selenium/helpers/**"

module Selenium
VERSION = "0.11.0"
VERSION = "0.12.0"
end

0 comments on commit 44f1661

Please sign in to comment.