[ruby/digest] Bump version to 3.1.1

https://github.com/ruby/digest/commit/fad16582ea
This commit is contained in:
Hiroshi SHIBATA 2022-12-05 14:56:28 +09:00 committed by git
parent f1f39a5fdb
commit fcbafe7f4a

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Digest
VERSION = "3.1.0"
VERSION = "3.1.1"
end