8000 Increase code version. · etherscan-io/Ethplorer@f6ebaba · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6ebaba

Browse files
committed
Increase code version.
1 parent e543f28 commit f6ebaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
require dirname(__FILE__) . '/service/lib/ethplorer.php';
1919
$es = Ethplorer::db(array());
2020

21-
$codeVersion = isset($aConfig['codeVersion']) ? $aConfig['codeVersion'] : "213";
21+
$codeVersion = isset($aConfig['codeVersion']) ? $aConfig['codeVersion'] : "214";
2222

2323
$error = TRUE;
2424
$header = "";

0 commit comments

Comments
 (0)
0