Skip to content

Commit f6cbf57

Browse files
author
Kim Hoogenberg
committed
CC-322 -- Correct version set
1 parent 3c080a9 commit f6cbf57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

upload/admin/controller/module/comerciaConnect.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
include_once(DIR_SYSTEM . "/library/comerciaConnectApi/helpers/cartesian.php");
77
}
88

9-
define("CC_VERSION", "2.6");
10-
define("CC_RELEASE", CC_VERSION . ".0");
9+
define("CC_VERSION", "2.5");
10+
define("CC_RELEASE", CC_VERSION . ".1");
1111
define("CC_VERSION_URL", "https://api.github.com/repos/comercia-nl/OCcomerciaConnect/releases/latest");
1212

1313
define("CC_SYNC_METHOD_SINGLE", 0);

0 commit comments

Comments
 (0)