Skip to content

Commit

Permalink
Merge pull request #86 from AikidoSec/1.0.96
Browse files Browse the repository at this point in the history
v1.0.96
  • Loading branch information
willem-delbare authored Nov 13, 2024
2 parents 35297dc + 50e312a commit 4151de9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Prerequisites:

#### For Red Hat-based Systems (RHEL, CentOS, Fedora)

`rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.0.95/aikido-php-firewall-1.0.95-1.x86_64.rpm`
`rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.0.96/aikido-php-firewall-1.0.96-1.x86_64.rpm`

#### For Debian-based Systems (Debian, Ubuntu)

`dpkg -i https://github.com/AikidoSec/firewall-php/releases/download/v1.0.95/aikido-php-firewall-1.0.95-1.x86_64.deb`
`dpkg -i https://github.com/AikidoSec/firewall-php/releases/download/v1.0.96/aikido-php-firewall-1.0.96-1.x86_64.deb`

### Cloud providers

Expand All @@ -49,7 +49,7 @@ Create a new file in `.ebextensions/01_aikido_php_firewall.config` with the foll
```
commands:
aikido-php-firewall:
command: "rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.0.95/aikido-php-firewall-1.0.95-1.x86_64.rpm"
command: "rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.0.96/aikido-php-firewall-1.0.96-1.x86_64.rpm"
ignoreErrors: true
files:
Expand Down
2 changes: 1 addition & 1 deletion lib/agent/globals/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package globals

const (
Version = "1.0.95"
Version = "1.0.96"
ConfigUpdatedAtMethod = "GET"
ConfigUpdatedAtAPI = "/config"
ConfigAPIMethod = "GET"
Expand Down
2 changes: 1 addition & 1 deletion lib/php-extension/include/php_aikido.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
extern zend_module_entry aikido_module_entry;
#define phpext_aikido_ptr &aikido_module_entry

#define PHP_AIKIDO_VERSION "1.0.95"
#define PHP_AIKIDO_VERSION "1.0.96"

#if defined(ZTS) && defined(COMPILE_DL_AIKIDO)
ZEND_TSRMLS_CACHE_EXTERN()
Expand Down
2 changes: 1 addition & 1 deletion lib/request-processor/globals/globals.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ var CloudConfig CloudConfigData
var CloudConfigMutex sync.Mutex

const (
Version = "1.0.95"
Version = "1.0.96"
)
2 changes: 1 addition & 1 deletion package/rpm/aikido.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: aikido-php-firewall
Version: 1.0.95
Version: 1.0.96
Release: 1
Summary: Aikido PHP Extension
License: GPL
Expand Down

0 comments on commit 4151de9

Please sign in to comment.