From 0a7f4908b6c487fc3cc669fca2029555b8035b63 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sun, 2 Apr 2023 02:05:37 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 739b3c1..00979e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" [[package]] name = "cachyos-hello" -version = "0.9.6" +version = "0.9.7" dependencies = [ "alpm", "alpm-utils", diff --git a/Cargo.toml b/Cargo.toml index ee08c23..e151583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachyos-hello" -version = "0.9.6" +version = "0.9.7" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021" diff --git a/meson.build b/meson.build index b72ff59..faed602 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cachyos-hello', 'rust', - version: '0.9.6', + version: '0.9.7', license: 'GPLv3', meson_version: '>=0.56.0', default_options: ['buildtype=debugoptimized',