Skip to content

Commit d93352e

Browse files
committed
Bump up
1 parent 9370658 commit d93352e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pstore.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
#
328328
class PStore
329329
# :stopdoc:
330-
VERSION = "0.2.0"
330+
VERSION = "0.2.1"
331331

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

0 commit comments

Comments
 (0)