beer: don't hardcode version in pound derive

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I2e9f6719f05bb2f310787348ad6e05806a6a6964
This commit is contained in:
raf 2026-06-26 23:21:36 +03:00
commit 56c8d0dce6
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF

View file

@ -20,7 +20,7 @@ use crate::config::Config;
/// A fast, software-rendered, Wayland-native terminal emulator.
#[derive(Parse)]
#[pound(name = "beer", version = "0.2.0")]
#[pound(name = "beer")]
struct Cli {
/// Run as a daemon hosting multiple windows.
#[pound(long)]