Skip to content

Commit

Permalink
Bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Aug 7, 2019
1 parent ee3407f commit e1a7cd1
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.4.0
version: 0.5.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 @@ -57,7 +57,7 @@ require "./ksuid/base62"
struct KSUID
include Comparable(KSUID)

VERSION = "0.4.0"
VERSION = "0.5.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 e1a7cd1

Please sign in to comment.