We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ab444 commit 5223fd7Copy full SHA for 5223fd7
shard.yml
@@ -1,13 +1,15 @@
1
name: cli
2
-version: 0.5.1.5
+version: 0.6.0
3
4
authors:
5
- mosop
6
7
+crystal: 0.20.4
8
+
9
dependencies:
10
optarg:
11
github: mosop/optarg
- version: 0.4.2.9
12
+ version: 0.5.0
13
string_inflection:
14
github: mosop/string_inflection
15
version: ~> 0.2.0
src/version.cr
@@ -1,3 +1,3 @@
module Cli
- VERSION = "0.5.1.5"
+ VERSION = "0.6.0"
end
0 commit comments