Skip to content

Commit 3e87456

Browse files
committed
Version 0.3.0
1 parent ebd0440 commit 3e87456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: redis
2-
version: 0.2.0
2+
version: 0.3.0
33

44
authors:
55
- Jamie Gaskins <jgaskins@hey.com>

src/redis.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ require "openssl"
44
require "./client"
55

66
module Redis
7-
VERSION = "0.2.0"
7+
VERSION = "0.3.0"
88
end

0 commit comments

Comments
 (0)