Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaskins committed Dec 18, 2021
1 parent ebd0440 commit 3e87456
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: redis
version: 0.2.0
version: 0.3.0

authors:
- Jamie Gaskins <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/redis.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ require "openssl"
require "./client"

module Redis
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit 3e87456

Please sign in to comment.