bump version harder

This commit is contained in:
deneb 2024-10-25 12:33:59 +02:00
parent 9b7681f3d9
commit e894e8eb18
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: xiretza <aur@xiretza.xyz> # Maintainer: xiretza <aur@xiretza.xyz>
_pkgname=factoriauth _pkgname=factoriauth
pkgname=$_pkgname-git pkgname=$_pkgname-git
pkgver=1.0.0.r6.g63487af pkgver=1.1.0.r0.gfabb620
pkgrel=1 pkgrel=1
pkgdesc="An unofficial Factorio authentication server" pkgdesc="An unofficial Factorio authentication server"
arch=(x86_64) arch=(x86_64)

View file

@ -99,6 +99,7 @@ enum Command {
} }
#[derive(Debug, Clone, Parser)] #[derive(Debug, Clone, Parser)]
#[command(version)]
struct Args { struct Args {
/// Path to the configuration file. /// Path to the configuration file.
#[arg(short, long, default_value = "config.toml")] #[arg(short, long, default_value = "config.toml")]