From c3c8d4be20340646e6f3c7345e9444c7bedd3066 Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Thu, 3 Apr 2025 01:20:49 -0700 Subject: [PATCH] .bump --- linuxconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxconf b/linuxconf index 480df8c..49af2a0 100755 --- a/linuxconf +++ b/linuxconf @@ -246,7 +246,7 @@ function lci_install_login_hook () { fi } -lci_version=0.2.0 +lci_version=0.2.1 subcommand="$1" if [[ "$subcommand" != register ]] && [[ "$subcommand" != "" ]]; then [[ ! -f /etc/linuxconf.conf ]] && lcf_die "Please run '$0 register <path/to/masterconf.sh>' at least once" -- GitLab