Skip to content

Commit

Permalink
Merge pull request #76 from AikidoSec/version-bump-1.0.92
Browse files Browse the repository at this point in the history
1.0.92 (release again with new libzen)
  • Loading branch information
willem-delbare authored Nov 7, 2024
2 parents bd73965 + 989693a commit f9e7959
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.91"
Version = "1.0.92"
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.91"
#define PHP_AIKIDO_VERSION "1.0.92"

#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.91"
Version = "1.0.92"
)
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.91
Version: 1.0.92
Release: 1
Summary: Aikido PHP Extension
License: GPL
Expand Down

0 comments on commit f9e7959

Please sign in to comment.