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