🔖 Bump version
This commit is contained in:
parent
41467462bc
commit
7352c3f0c6
|
@ -108,7 +108,7 @@ checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
|||
|
||||
[[package]]
|
||||
name = "cachyos-hello"
|
||||
version = "0.8.6"
|
||||
version = "0.8.7"
|
||||
dependencies = [
|
||||
"alpm",
|
||||
"alpm-utils",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cachyos-hello"
|
||||
version = "0.8.6"
|
||||
version = "0.8.7"
|
||||
authors = ["Vladislav Nepogodin <nepogodin.vlad@gmail.com>"]
|
||||
license = "GPLv3"
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('cachyos-hello', 'rust',
|
||||
version: '0.8.6',
|
||||
version: '0.8.7',
|
||||
license: 'GPLv3',
|
||||
meson_version: '>=0.56.0',
|
||||
default_options: ['buildtype=debugoptimized',
|
||||
|
|
Loading…
Reference in New Issue