Skip to content

Commit

Permalink
Version 1.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Mar 24, 2020
1 parent f7e6fd8 commit 78898c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORT=3000
CHOKIDAR_USEPOLLING=true
REACT_APP_BASE_URL=api.php
REACT_APP_VERSION=v1.0.0-dev.4
REACT_APP_VERSION=v1.0.0-alpha.1
2 changes: 1 addition & 1 deletion server/bootstrap/app.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$version = 'v1.0.0-dev.4';
$version = 'v1.0.0-alpha.1';

require_once __DIR__ . '/../vendor/autoload.php';

Expand Down

0 comments on commit 78898c3

Please sign in to comment.