Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soya-daizu committed Jan 26, 2024
1 parent 37020d3 commit 3f4b501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: goban
version: 1.6.1
version: 1.7.0

authors:
- soya_daizu <soya_daizu@proton.me>
Expand All @@ -21,6 +21,6 @@ development_dependencies:
crystalline:
main: .crystalline_main.cr

crystal: 1.9.0
crystal: 1.11.0

license: MIT
2 changes: 1 addition & 1 deletion src/goban.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "./goban/*"

module Goban
VERSION = "1.6.1"
VERSION = "1.7.0"

class InputError < Exception
end
Expand Down

0 comments on commit 3f4b501

Please sign in to comment.