Skip to content

Commit 6ca61a9

Browse files
author
Aaron Lewis
committed
版本号改为 1.3.2
1 parent b4cc519 commit 6ca61a9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

agent/php5/openrasp.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ using openrasp::ConfigHolder;
5454

5555
ZEND_DECLARE_MODULE_GLOBALS(openrasp);
5656

57-
const char *OpenRASPInfo::PHP_OPENRASP_VERSION = "1.3.1";
57+
const char *OpenRASPInfo::PHP_OPENRASP_VERSION = "1.3.2";
5858
bool is_initialized = false;
5959
bool remote_active = false;
6060
std::string openrasp_status = "Protected";

agent/php7/openrasp.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ using openrasp::ConfigHolder;
5353

5454
ZEND_DECLARE_MODULE_GLOBALS(openrasp);
5555

56-
const char *OpenRASPInfo::PHP_OPENRASP_VERSION = "1.3.1";
56+
const char *OpenRASPInfo::PHP_OPENRASP_VERSION = "1.3.2";
5757
bool is_initialized = false;
5858
bool remote_active = false;
5959
std::string openrasp_status = "Protected";

rasp-vue/src/util/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import axios from 'axios'
22
import Cookie from 'js-cookie'
33
import router from '@/router'
44

5-
export var rasp_version = '1.3.1'
5+
export var rasp_version = '1.3.2'
66

77
// 起始 type_id: 1001
88
export var audit_types = {

0 commit comments

Comments
 (0)