Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ben182 committed Jun 24, 2019
1 parent 26d5693 commit d5a3813
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1';
return '2.0.2';
}

/**
Expand Down
10 changes: 5 additions & 5 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.1
# http://patorjk.com/software/taag/#p=display&v=0&f=Slant&t=stool%20v2.0.2
cat << "EOF"
__ __ ___ ____ ___
_____/ /_____ ____ / / _ _|__ \ / __ \ < /
/ ___/ __/ __ \/ __ \/ / | | / /_/ / / / / / / /
(__ ) /_/ /_/ / /_/ / / | |/ / __/_/ /_/ / / /
/____/\__/\____/\____/_/ |___/____(_)____(_)_/
_____/ /_____ ____ / / _ _|__ \ / __ \ |__ \
/ ___/ __/ __ \/ __ \/ / | | / /_/ / / / / / __/ /
(__ ) /_/ /_/ / /_/ / / | |/ / __/_/ /_/ / / __/
/____/\__/\____/\____/_/ |___/____(_)____(_)____/
Created by Benjamin Bortels
Expand Down

0 comments on commit d5a3813

Please sign in to comment.