Skip to content

Commit

Permalink
Merge pull request #136 from OXID-eSales/AM-151
Browse files Browse the repository at this point in the history
change Version Number
  • Loading branch information
mariolorenz authored Nov 15, 2024
2 parents df48330 + f0127a7 commit a9571cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final class Module
{
public const MODULE_NAME_DE = 'Adyen Payment für OXID';
public const MODULE_NAME_EN = 'Adyen Payment for OXID';
public const MODULE_VERSION = '1.1.7';
public const MODULE_VERSION = '1.1.8';
public const MODULE_VERSION_FULL = self::MODULE_VERSION . ' SDK-Version ' . self::ADYEN_SDK_VERSION;
public const MODULE_PLATFORM_NAME = 'OXID';
public const MODULE_PLATFORM_VERSION = '1.0';
Expand Down

0 comments on commit a9571cb

Please sign in to comment.