소스 검색

SQL Query change version to 2.1

FusionPBX 5 년 전
부모
커밋
4f27433194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app_config.php

+ 1 - 1
app_config.php

@@ -5,7 +5,7 @@
 		$apps[$x]['uuid'] = "7102e551-155a-4c88-b028-f8f669c682b5";
 		$apps[$x]['category'] = "System";
 		$apps[$x]['subcategory'] = "";
-		$apps[$x]['version'] = "1.0";
+		$apps[$x]['version'] = "2.1";
 		$apps[$x]['license'] = "Mozilla Public License 1.1";
 		$apps[$x]['url'] = "http://www.fusionpbx.com";
 		$apps[$x]['description']['en-us'] = "Provides a conventient way to SQL commands.";