Skip to content

Commit

Permalink
incrementing version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgershman committed Mar 16, 2019
1 parent 875556d commit a4f05bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/_includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require_once(!getenv("ENVIRONMENT") ? __DIR__ . '/../../config.php' : __DIR__ . '/../../config.' . getenv("ENVIRONMENT") . '.php');
require_once 'migrations.php';
require_once 'logging.php';
static $version = "3.0.0-beta6.1";
static $version = "3.0.0-beta6.2";
class VolunteerLanguage
{
const UNSPECIFIED = 0;
Expand Down

0 comments on commit a4f05bf

Please sign in to comment.