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