File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
request-processor/globals Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package globals
22
33const (
4- Version = "1.0.119 "
4+ Version = "1.0.120 "
55 ConfigUpdatedAtMethod = "GET"
66 ConfigUpdatedAtAPI = "/config"
77 ConfigAPIMethod = "GET"
Original file line number Diff line number Diff line change 33extern zend_module_entry aikido_module_entry;
44#define phpext_aikido_ptr &aikido_module_entry
55
6- #define PHP_AIKIDO_VERSION " 1.0.119 "
6+ #define PHP_AIKIDO_VERSION " 1.0.120 "
77
88#if defined(ZTS) && defined(COMPILE_DL_AIKIDO)
99ZEND_TSRMLS_CACHE_EXTERN ()
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ var CloudConfigMutex sync.Mutex
1414var MiddlewareInstalled bool
1515
1616const (
17- Version = "1.0.119 "
17+ Version = "1.0.120 "
1818)
Original file line number Diff line number Diff line change 11Name: aikido-php-firewall
2- Version: 1.0.119
2+ Version: 1.0.120
33Release: 1
44Summary: Aikido PHP Extension
55License: GPL
You can’t perform that action at this time.
0 commit comments