Skip to content

Commit

Permalink
frh update:316 change update files
Browse files Browse the repository at this point in the history
  • Loading branch information
daniwe4 committed Mar 23, 2023
1 parent 7d3df11 commit 468e3cb
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 20230308 - build 2023-03-08";
const NAME = "Doil Version 20230323 - build 2023-03-23";

public function __construct(Command ...$commands)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

source ${SCRIPT_DIR}/update.sh

doil_update_20230308() {
doil_update_20230323() {
update
return $?
}

0 comments on commit 468e3cb

Please sign in to comment.