diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-10-31 13:53:42 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-10-31 04:54:29 +0000 |
| commit | 307b625b5968895055fe7be1e009c8d8f769e8cd (patch) | |
| tree | d6d6219718eb7cf435d32971eb0aabac719e5242 | |
| parent | 2b6dc5bf6f38057eafc22030184859732802b798 (diff) | |
[ruby/digest] v3.2.1
https://github.com/ruby/digest/commit/687e7cc1e1
| -rw-r--r-- | ext/digest/lib/digest/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/digest/lib/digest/version.rb b/ext/digest/lib/digest/version.rb index 854106165c..691323f109 100644 --- a/ext/digest/lib/digest/version.rb +++ b/ext/digest/lib/digest/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Digest - VERSION = "3.2.0" + VERSION = "3.2.1" end |
