Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
docs: bump to version 0.62
Browse files Browse the repository at this point in the history
  • Loading branch information
darkalchemy committed Oct 11, 2019
1 parent 6e50419 commit 98cad5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pu-239 v0.61
# Pu-239 v0.62

![GitHub commits since tagged version](https://img.shields.io/github/commits-since/darkalchemy/Pu-239/v0.61)
![GitHub commits since tagged version](https://img.shields.io/github/commits-since/darkalchemy/Pu-239/v0.62)
[![GitHub license](https://img.shields.io/github/license/darkalchemy/Pu-239.svg)](https://github.com/darkalchemy/Pu-239RidPT/blob/master/LICENSE)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

Expand Down
2 changes: 1 addition & 1 deletion include/bittorrent.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
require_once INCL_DIR . 'function_translate.php';

if (!PRODUCTION) {
$pu239_version = new SebastianBergmann\Version('0.61', ROOT_DIR);
$pu239_version = new SebastianBergmann\Version('0.62', ROOT_DIR);
$site_config['sourcecode']['version'] = $pu239_version->getVersion();
}
$load = sys_getloadavg();
Expand Down

0 comments on commit 98cad5a

Please sign in to comment.