We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e712f1b commit bf5af2dCopy full SHA for bf5af2d
shard.yml
@@ -1,16 +1,16 @@
1
name: cssuid
2
-version: 0.1.0
+version: 0.1.1
3
4
authors:
5
- Kirk Haines <[email protected]>
6
7
-crystal: 0.36.1
+crystal: 1.0.0
8
9
license: MIT
10
11
development_dependencies:
12
ameba:
13
github: crystal-ameba/ameba
14
- version: ~> 0.13.0
+ version: ~> 0.14
15
parse_date:
16
github: wyhaines/ParseDate.cr
src/csuuid.cr
@@ -39,6 +39,8 @@ require "random/isaac"
39
# ```
40
#
41
struct CSUUID
42
+ VERSION = "0.1.1"
43
+
44
@@prng = Random::ISAAC.new
45
@@string_matcher = /^(........)-(....)-(....)-(....)-(............)/
46
# :nodoc:
0 commit comments