[ruby/digest] Bump up v3.2.0

https://github.com/ruby/digest/commit/26c757fe9a
This commit is contained in:
Hiroshi SHIBATA 2024-12-16 12:31:34 +09:00 committed by git
parent 2aaed7d2e2
commit 379128dcbf

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Digest
VERSION = "3.2.0.pre0"
VERSION = "3.2.0"
end