ruby/ext/openssl/lib/openssl/version.rb
2024-12-22 03:33:03 +09:00

5 lines
70 B
Ruby

# frozen_string_literal: true
module OpenSSL
VERSION = "3.3.0"
end