lib/chef/version.rb in microwave-0.1006.1 vs lib/chef/version.rb in microwave-0.1006.2

- old
+ new

@@ -15,9 +15,9 @@ # See the License for the specific language governing permissions and # limitations under the License. class Chef CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = '0.1006.1' + VERSION = '0.1006.2' end # NOTE: the Chef::Version class is defined in version_class.rb