Skip to content

Commit

Permalink
版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lewis committed Jun 2, 2020
1 parent 82e7555 commit f695c75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agent/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<rasp.version>1.3.2</rasp.version>
<rasp.version>1.3.3</rasp.version>
</properties>

<groupId>com.baidu.openrasp</groupId>
Expand Down
2 changes: 1 addition & 1 deletion agent/php5/openrasp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ using openrasp::ConfigHolder;

ZEND_DECLARE_MODULE_GLOBALS(openrasp);

const char *OpenRASPInfo::PHP_OPENRASP_VERSION = "1.3.2";
const char *OpenRASPInfo::PHP_OPENRASP_VERSION = "1.3.3";
bool is_initialized = false;
bool remote_active = false;
std::string openrasp_status = "Protected";
Expand Down
2 changes: 1 addition & 1 deletion agent/php7/openrasp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ using openrasp::ConfigHolder;

ZEND_DECLARE_MODULE_GLOBALS(openrasp);

const char *OpenRASPInfo::PHP_OPENRASP_VERSION = "1.3.2";
const char *OpenRASPInfo::PHP_OPENRASP_VERSION = "1.3.3";
bool is_initialized = false;
bool remote_active = false;
std::string openrasp_status = "Protected";
Expand Down
2 changes: 1 addition & 1 deletion rasp-vue/src/util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from 'axios'
import Cookie from 'js-cookie'
import router from '@/router'

export var rasp_version = '1.3.2'
export var rasp_version = '1.3.3'

// 起始 type_id: 1001
export var audit_types = {
Expand Down

0 comments on commit f695c75

Please sign in to comment.