| Build Status |
 |
julia> using Banners
julia> banner(v"0.1-pre-release")
_
_ _ _(_)_ |
(_) | (_) (_) | pre-release version
_ _ _| |_ __ _ 2 |
| | | | | | |/ _` | |
| | |_| | | | (_| | | ©2009 contributors
_/ |\__'_|_|_|\__'_| |
|__/ |
julia> banner(v"0.1.2+113667293.r7252"; commit_string="Commit 7252bb59ac (2013-03-30 23:23:59)")
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.1.2+113667293.r7252
_/ |\__'_|_|_|\__'_| | Commit 7252bb59ac (2013-03-30 23:23:59)
|__/ |
julia> banner(v"0.2.1"; commit_date=" (2014-02-11 06:30 UTC)", commit_string="Official http://julialang.org/ release", MACHINE="")
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.2.1 (2014-02-11 06:30 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ |
julia> banner(v"0.3.12"; commit_date=" (2015-10-26 12:41 UTC)", commit_string="Official http://julialang.org/ release", MACHINE="")
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.12 (2015-10-26 12:41 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ |
julia> banner(v"0.4.7"; commit_date=" (2016-09-18 16:17 UTC)", commit_string="Official http://julialang.org/ release", MACHINE="")
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.7 (2016-09-18 16:17 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ |
julia> banner(v"0.6.4"; commit_date=" (2018-07-09 19:09 UTC)", commit_string="Official http://julialang.org/ release", MACHINE="")
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.6.4 (2018-07-09 19:09 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ |
julia> banner(v"0.7.0"; commit_date=" (2018-08-08 06:46 UTC)", commit_string="Official http://julialang.org/ release", MACHINE="")
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.7.0 (2018-08-08 06:46 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ |
julia> banner(v"1.3.1"; commit_date=" (2019-12-30)", commit_string="Official https://julialang.org/ release")
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.3.1 (2019-12-30)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
julia> banner(v"1.5.4"; commit_date=" (2021-03-11)", commit_string="Official https://julialang.org/ release")
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.5.4 (2021-03-11)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
julia> banner(v"1.6.1"; commit_date=" (2021-04-23)", commit_string="Official https://julialang.org/ release")
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.6.1 (2021-04-23)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |