Edit file File name : version.rb Content :# frozen_string_literal: true module XPath VERSION = '3.2.0' end Save