Update Attributes version

This commit is contained in:
whatever127 2019-09-08 19:43:57 +02:00
parent 875621fa57
commit 39353cdb51
20 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.26.1';
return '1.26.2';
}
require_once dirname(__FILE__).'/auths.php';

File diff suppressed because one or more lines are too long

View File

@ -37,7 +37,7 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku) {
$attrib = array(
'App=WU_OS',
'AppVer='.$build,
'AttrDataVer=64',
'AttrDataVer=66',
'BlockFeatureUpdates='.$blockUpgrades,
'BranchReadinessLevel=CB',
'CurrentBranch='.$branch,