add update script for v3.0.4

This commit is contained in:
printempw 2016-08-27 18:23:05 +08:00
parent 986b20a0ad
commit e4bd07f86a

View File

@ -0,0 +1,13 @@
<?php
/**
* @Author: printempw
* @Date: 2016-08-27 18:21:04
* @Last Modified by: printempw
* @Last Modified time: 2016-08-27 18:21:15
*/
if (Option::get('update_source') == "github") {
Option::set('update_source', 'nyavm');
}
Option::set('version', '3.0.4');