diff --git a/px-files/_sys/php/px.php b/px-files/_sys/php/px.php index 7e02f895..904ff7bc 100644 --- a/px-files/_sys/php/px.php +++ b/px-files/_sys/php/px.php @@ -82,7 +82,7 @@ class px{ * @return string バージョン番号を示す文字列 */ public function get_version(){ - return '2.0.15-alpha+nb'; + return '2.0.15'; } /**