Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soya-daizu committed Jul 15, 2023
1 parent d83e471 commit 13a56d5
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.0
version: 1.6.1

authors:
- soya_daizu <[email protected]>
Expand All @@ -21,6 +21,6 @@ development_dependencies:
crystalline:
main: .crystalline_main.cr

crystal: 1.8.2
crystal: 1.9.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.0"
VERSION = "1.6.1"

class InputError < Exception
end
Expand Down

0 comments on commit 13a56d5

Please sign in to comment.