lib/process/metrics/version.rb



# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2019-2024, by Samuel Williams.

module Process
	module Metrics
		VERSION = "0.5.1"
	end
end