Skip to content

Commit

Permalink
Bump up 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 7, 2023
1 parent 1efb993 commit 6d5c083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pstore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
# end
#
class PStore
VERSION = "0.1.2"
VERSION = "0.1.3"

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

0 comments on commit 6d5c083

Please sign in to comment.