Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ben182 committed Jun 23, 2019
1 parent 98e3a23 commit 1d7ccfd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/Console/Stool.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Stool
{
public static function version()
{
return '2.0.0';
return '2.0.1';
}

/**
Expand Down
12 changes: 6 additions & 6 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

# http://patorjk.com/software/taag/#p=display&v=0&f=Slant&t=stool%20v2.0.0
# http://patorjk.com/software/taag/#p=display&v=0&f=Slant&t=stool%20v2.0.1
cat << "EOF"
__ __ ___ ____ ____
_____/ /_____ ____ / / _ _|__ \ / __ \ / __ \
/ ___/ __/ __ \/ __ \/ / | | / /_/ / / / / // / / /
(__ ) /_/ /_/ / /_/ / / | |/ / __/_/ /_/ // /_/ /
/____/\__/\____/\____/_/ |___/____(_)____(_)____/
__ __ ___ ____ ___
_____/ /_____ ____ / / _ _|__ \ / __ \ < /
/ ___/ __/ __ \/ __ \/ / | | / /_/ / / / / / / /
(__ ) /_/ /_/ / /_/ / / | |/ / __/_/ /_/ / / /
/____/\__/\____/\____/_/ |___/____(_)____(_)_/
Created by Benjamin Bortels
Expand Down

0 comments on commit 1d7ccfd

Please sign in to comment.