Skip to content

Commit 18a6f58

Browse files
committed
Merge pull request #2415 from MPOS/development
[VERSION] MPOS 1.0.3
2 parents e511ba2 + ff908be commit 18a6f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/version.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
33

4-
define('MPOS_VERSION', '1.0.2');
4+
define('MPOS_VERSION', '1.0.3');
55
define('DB_VERSION', '1.0.1');
66
define('CONFIG_VERSION', '1.0.1');
77
define('HASH_VERSION', 1);

0 commit comments

Comments
 (0)