diff --git a/linuxconf b/linuxconf
index 480df8c79c291db4a78be257a3502954a215a477..49af2a080ede8a168e8617a0fd56f4ae1ab6d313 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"