From ad157efce925e4bc1568a580e4270e4e9ee03e52 Mon Sep 17 00:00:00 2001 From: karasu Date: Thu, 15 May 2014 19:51:35 +0200 Subject: [PATCH] Updated version --- src/info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/info.py b/src/info.py index 7c34543c1..50d8a61da 100644 --- a/src/info.py +++ b/src/info.py @@ -22,8 +22,8 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.6" -CNCHI_LAST_STABLE = "0.4.3" +CNCHI_VERSION = "0.6.1" +CNCHI_LAST_STABLE = "0.6" CNCHI_WEBSITE = "http://www.antergos.com"