Skip to content

Commit

Permalink
fmui update: adjust the update dates
Browse files Browse the repository at this point in the history
  • Loading branch information
daniwe4 committed Oct 24, 2023
1 parent c3da421 commit dbac9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class App extends Application
{
const NAME = "Doil Version 20230919 - build 2023-09-19";
const NAME = "Doil Version 20231024 - build 2023-10-24";

public function __construct(Command ...$commands)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "${SCRIPT_DIR}"/updates/update.sh

doil_update_20230919() {
doil_update_20231024() {
echo ""
echo "This update disables Xdebug on all instances. In order to continue using xdebug,"
echo "you must run 'doil apply <instance_name> enable-xdebug' for the desired instances after the update."
Expand Down

0 comments on commit dbac9ef

Please sign in to comment.