Viewing File: /home/maglabs/greentech/wp-content/themes/porto/inc/admin/lessphp/lib/Less/Version.php

<?php

/**
 * Version numbers
 */
class Less_Version {

	/* Current release version of less.php */
	public const version = '4.1.0';

	/* Upstream less.js version that this release should be compatible with */
	public const less_version = '2.5.3';

	/* Parser cache version */
	public const cache_version = '253';
}
Back to Directory File Manager