Skip to content

Commit

Permalink
版本号改为 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lewis committed Mar 25, 2020
1 parent b4cc519 commit 6ca61a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1";
const char *OpenRASPInfo::PHP_OPENRASP_VERSION = "1.3.2";
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.1";
const char *OpenRASPInfo::PHP_OPENRASP_VERSION = "1.3.2";
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.1'
export var rasp_version = '1.3.2'

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

0 comments on commit 6ca61a9

Please sign in to comment.