fix: bump version to match with the release (#188)

👋 seeing some version mismatch with the release build. 

relates to https://github.com/Homebrew/homebrew-core/pull/202798

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2024-12-30 16:48:24 -05:00 committed by GitHub
parent 9b0129a8d8
commit 26036dd0b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2988,7 +2988,7 @@ dependencies = [
[[package]]
name = "television"
version = "0.8.1"
version = "0.8.2"
dependencies = [
"better-panic",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "television"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
description = "The revolution will be televised."
license = "MIT"