# frozen_string_literal: true module Knife module CookbookCleanup VERSION = '1.0.0' MAJOR, MINOR, TINY = VERSION.split('.') end end