Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Bender committed Nov 8, 2016
1 parent b5a990c commit 7d4b221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Model/PayoneConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
abstract class PayoneConfig
{
/* Module version */
const MODULE_VERSION = '%%VERSION%%';
const MODULE_VERSION = '1.2.3';

/* Authorization request types */
const REQUEST_TYPE_PREAUTHORIZATION = 'preauthorization';
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Payone_Core" setup_version="%%VERSION%%" />
<module name="Payone_Core" setup_version="1.2.3" />
</config>

0 comments on commit 7d4b221

Please sign in to comment.