Skip to content

Commit a63a70a

Browse files
committed
Bump up v0.1.4
1 parent ef92e56 commit a63a70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pstore.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
# end
327327
#
328328
class PStore
329-
VERSION = "0.1.3"
329+
VERSION = "0.1.4"
330330

331331
RDWR_ACCESS = {mode: IO::RDWR | IO::CREAT | IO::BINARY, encoding: Encoding::ASCII_8BIT}.freeze
332332
RD_ACCESS = {mode: IO::RDONLY | IO::BINARY, encoding: Encoding::ASCII_8BIT}.freeze

0 commit comments

Comments
 (0)