# frozen_string_literal: true # :nocov: module Guard module BustedVersion VERSION = '1.0.1' end end # :nocov: