Skip to content

Commit cc6b82f

Browse files
author
SkyzohKey
committed
release(0.0.8): update version for 0.0.8
1 parent 617f898 commit cc6b82f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ricin.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ public class Ricin.Ricin : Gtk.Application {
22
const string GETTEXT_PACKAGE = "ricin";
33
public static const string APP_NAME = "Ricin";
44
public static const string APP_SUMMARY = _("<b>Ricin</b> aims to be a <i>secure, lightweight, hackable and fully-customizable</i> chat client using the awesome and open-source <b>ToxCore</b> library.");
5-
public static const string APP_VERSION = "0.0.7";
5+
public static const string APP_VERSION = "0.0.8";
66
public static const string RES_BASE_PATH = "/chat/tox/ricin/";
77

88
private string default_theme = "dark"; // Will be overrided by settings.

0 commit comments

Comments
 (0)