Skip to content

Commit

Permalink
bump versions for next release (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Apr 7, 2022
1 parent 43bddc1 commit bda3bf9
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: pulsar
version: 0.2.2
version: 0.2.3

authors:
- Paul Smith <@paulcsmith>
Expand Down
2 changes: 1 addition & 1 deletion src/pulsar.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "./pulsar/*"

module Pulsar
VERSION = "0.2.2"
VERSION = "0.2.3"
EVENT_TYPES = [] of Pulsar::Event.class | Pulsar::TimedEvent.class
class_property? test_mode_enabled : Bool = false

Expand Down

0 comments on commit bda3bf9

Please sign in to comment.