Skip to content

Commit 220f2bf

Browse files
committed
Bump the version to 0.8.1
1 parent 4963f59 commit 220f2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bencode.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# See {BEncode.load} and {BEncode.dump}.
55
module BEncode
6-
VERSION = "0.8.0"
6+
VERSION = "0.8.1"
77

88
class DecodeError < StandardError
99
end

0 commit comments

Comments
 (0)