From 41fc0c74d342a7bc7312b3a87878dad66616175d Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sun, 27 Nov 2016 20:34:42 -0600 Subject: [PATCH] Update info.py --- cnchi/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnchi/info.py b/cnchi/info.py index da8b5ea5e..0a24bed6f 100755 --- a/cnchi/info.py +++ b/cnchi/info.py @@ -29,7 +29,7 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.14.197" +CNCHI_VERSION = "0.14.198" CNCHI_WEBSITE = "http://www.antergos.com" CNCHI_RELEASE_STAGE = "production"