From d2ab0ebd9c83b5fd7512b5f8cd82c422d8d4d40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Sowa?= Date: Tue, 22 Jun 2021 13:47:08 +0000 Subject: [PATCH] Increase version to 0.2.2 --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 4f25fa7..bf99543 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ IMG_NAME="LeoOS" -IMG_VERSION="0.2.1" +IMG_VERSION="0.2.2" export GIT_REPO="https://github.com/LeoRover/leo_os" export GIT_HASH="$(git rev-parse HEAD)"