Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Jan 14, 2024
1 parent d5b7bcb commit 627b6ab
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: virtualtime
version: 1.2.2
version: 1.2.3

authors:
- Davor Ocelic <docelic@crystallabs.io>
Expand Down
2 changes: 1 addition & 1 deletion src/virtualtime.cr
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ end
class VirtualTime
VERSION_MAJOR = 1
VERSION_MINOR = 2
VERSION_REVISION = 2
VERSION_REVISION = 3
VERSION = [VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION].join '.'

include Comparable(Time)
Expand Down

0 comments on commit 627b6ab

Please # to comment.