lib/build/files/version.rb



# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2014-2023, by Samuel Williams.

module Build
	module Files
		VERSION = "1.9.0"
	end
end