← Back
Editing: version.rb
# frozen_string_literal: true module Digest # The version string VERSION = "3.2.1" end
Save File
Cancel