Skip to content

Commit

Permalink
Bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Aug 22, 2018
1 parent de0b6d5 commit df653ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ksuid
version: 0.1.0
version: 0.2.0

authors:
- Sijawusz Pur Rahnama <sija@sija.pl>
Expand Down
2 changes: 1 addition & 1 deletion src/ksuid.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require "./ksuid/*"
struct KSUID
include Comparable(KSUID)

VERSION = "0.1.0"
VERSION = "0.2.0"

# KSUID's epoch starts more recently so that the 32-bit number space gives a
# significantly higher useful lifetime of around 136 years from May 2014.
Expand Down

0 comments on commit df653ec

Please sign in to comment.