🔖 Bump version

This commit is contained in:
Vladislav Nepogodin 2023-01-25 17:40:51 +04:00
parent 544e088128
commit 451abe80c7
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "cachyos-hello"
version = "0.9.2"
version = "0.9.3"
authors = ["Vladislav Nepogodin <nepogodin.vlad@gmail.com>"]
license = "GPLv3"
edition = "2021"

View File

@ -1,5 +1,5 @@
project('cachyos-hello', 'rust',
version: '0.9.2',
version: '0.9.3',
license: 'GPLv3',
meson_version: '>=0.56.0',
default_options: ['buildtype=debugoptimized',