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

- 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.2' + VERSION = File.read(File.expand_path('../../../../VERSION', __FILE__)).strip end # NOTE: the Chef::Version class is defined in version_class.rb