Skip to content

Commit

Permalink
Version bump up to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tanakahisateru committed May 21, 2018
1 parent 1883a68 commit fba4822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -4,7 +4,7 @@
<project name="Pinoco" default="dist">

<property name="product" value="Pinoco"/>
<property name="version" value="0.8.3"/>
<property name="version" value="0.8.4"/>
<property name="stability" value="beta"/>
<property name="lead.user" value="tanakahisateru"/>
<property name="lead.name" value="Hisateru Tanaka"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Pinoco.php
Expand Up @@ -70,7 +70,7 @@
*/
class Pinoco extends Pinoco_DynamicVars
{
const VERSION = "0.8.3";
const VERSION = "0.8.4";

private $_baseuri; // R gateway index.php location on internet
private $_basedir; // R gateway index.php location on file system
Expand Down

0 comments on commit fba4822

Please sign in to comment.