summaryrefslogtreecommitdiff
path: root/ext/digest
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2022-12-05 14:56:28 +0900
committergit <[email protected]>2022-12-05 05:56:58 +0000
commitfcbafe7f4a22417f20b327a22696df9daceb00da ()
treee5af127a3b7b30cf94d3a92cadcd4dfecc0e81e3 /ext/digest
parentf1f39a5fdbafc369838e12ee2630ac39a780e296 (diff)
[ruby/digest] Bump version to 3.1.1
https://.com/ruby/digest/commit/fad16582ea
-rw-r--r--ext/digest/lib/digest/version.rb2
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Digest
- VERSION = "3.1.0"
end