Skip to content

Commit

Permalink
bump to v2.01
Browse files Browse the repository at this point in the history
  • Loading branch information
itskenny0 authored Mar 31, 2021
1 parent f0fb685 commit 108b7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumpia.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Dumpia {
/* Log format and strings */
const LOG_FORMAT = "[%s][%s] %s" . PHP_EOL; // $date, $pid, $msg

const LOG_STARTUP = "dumpia - v2.0 - https://github.com/itskenny0/dumpia";
const LOG_STARTUP = "dumpia - v2.01 - https://github.com/itskenny0/dumpia";
const LOG_CURL_FETCHED = "cURL: Got HTTP/%s, received %s bytes.";
const LOG_POST_EXTRACT = "Extracted %s posts from page %s.";
const LOG_JSON_OK = "JSON: Decode OK";
Expand Down

0 comments on commit 108b7b2

Please sign in to comment.