From 8b5c9ca6b2794f7d3e80861b0aa777c6a5cb6c19 Mon Sep 17 00:00:00 2001 From: SkyzohKey Date: Mon, 14 Nov 2016 17:04:47 +0100 Subject: [PATCH] release(0.2.9): update version number for release! --- src/Ricin.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ricin.vala b/src/Ricin.vala index 90c5849..98382a4 100644 --- a/src/Ricin.vala +++ b/src/Ricin.vala @@ -2,7 +2,7 @@ public class Ricin.Ricin : Gtk.Application { const string GETTEXT_PACKAGE = "ricin"; public static const string APP_NAME = "Ricin"; public static const string APP_SUMMARY = "Ricin aims to be a secure, lightweight, hackable and fully-customizable chat client using the awesome and open-source ToxCore library."; - public static const string APP_VERSION = "0.2.8"; + public static const string APP_VERSION = "0.2.9"; public static const string RES_BASE_PATH = "/chat/tox/ricin/"; public static const string ICON_PATH = RES_BASE_PATH + "images/icons/ricin.svg";