Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soya-daizu committed May 18, 2023
1 parent c384efc commit 6cb0140
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.4.1
version: 1.5.0

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

crystal: 1.8.0
crystal: 1.8.2

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.4.0"
VERSION = "1.5.0"

class InputError < Exception
end
Expand Down

0 comments on commit 6cb0140

Please sign in to comment.