Skip to content

Commit b060515

Browse files
committed
Fix conversion errors
1 parent d6e0cb8 commit b060515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: granite
22

3-
version: --help
3+
version: 0.17.2
44

55
crystal: 0.30.0
66

src/granite/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Granite
2-
VERSION = "--help"
2+
VERSION = "0.17.2"
33
end

0 commit comments

Comments
 (0)