From 958c966f04adb0e275ad0ed4b2c6a21a686d594f Mon Sep 17 00:00:00 2001 From: karasu Date: Tue, 25 Sep 2018 22:34:47 +0200 Subject: [PATCH] Set correct version --- README.md | 2 +- src/info.py | 2 +- update.info | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1c876f76..b240e5784 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You are viewing the `0.17.x` branch (development). |Development Stage|Branch|Version| Code Status| ----------------- | -------------- | -------------- | -------- | -|Cnchi Stable|0.16.x|![0.16.1](https://img.shields.io/github/release/antergos/cnchi.svg)|Frozen| +|Cnchi Stable|0.16.x|![0.16.2](https://img.shields.io/github/release/antergos/cnchi.svg)|Frozen| |Cnchi Development|0.17.x|![0.17.1](https://img.shields.io/github/release/antergos/cnchi/all.svg)|Development| |Cnchi Next (UI agnostic)|master|master|Development| diff --git a/src/info.py b/src/info.py index bf62a0034..84e5df506 100755 --- a/src/info.py +++ b/src/info.py @@ -29,7 +29,7 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.16.0" +CNCHI_VERSION = "0.16.2" """ Cnchi version """ CNCHI_WEBSITE = "http://www.antergos.com" diff --git a/update.info b/update.info index 6f6226e5f..f3f44e03e 100644 --- a/update.info +++ b/update.info @@ -1,2 +1,2 @@ -{"version":"0.16.1","files":[ +{"version":"0.16.2","files":[ ]}