Skip to content

Commit f695c75

Browse files
author
Aaron Lewis
committed
版本号
1 parent 82e7555 commit f695c75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

agent/java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<properties>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9-
<rasp.version>1.3.2</rasp.version>
9+
<rasp.version>1.3.3</rasp.version>
1010
</properties>
1111

1212
<groupId>com.baidu.openrasp</groupId>

agent/php5/openrasp.cc

+1-1
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.2";
57+
const char *OpenRASPInfo::PHP_OPENRASP_VERSION = "1.3.3";
5858
bool is_initialized = false;
5959
bool remote_active = false;
6060
std::string openrasp_status = "Protected";

agent/php7/openrasp.cc

+1-1
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.2";
56+
const char *OpenRASPInfo::PHP_OPENRASP_VERSION = "1.3.3";
5757
bool is_initialized = false;
5858
bool remote_active = false;
5959
std::string openrasp_status = "Protected";

rasp-vue/src/util/index.js

+1-1
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.2'
5+
export var rasp_version = '1.3.3'
66

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

0 commit comments

Comments
 (0)