From c8d11cbaaed052a5f1fb999da73caa52c160c1e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Bru=C5=9B?= <19304263+pbrus@users.noreply.github.com> Date: Sat, 13 Feb 2021 22:00:36 +0100 Subject: [PATCH] Update version in the main script --- lib/messages_lib.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/messages_lib.bash b/lib/messages_lib.bash index 3e3bf80..84cbbaa 100644 --- a/lib/messages_lib.bash +++ b/lib/messages_lib.bash @@ -15,7 +15,7 @@ function print_welcome() echo -e " --config /path/to/config_file" echo -e "" echo -e "" - echo -e " Version: 1.0.0" + echo -e " Version: 1.1.0" echo -e " https://github.com/pbrus" echo -e "" }