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>
_pkgname=factoriauth
pkgname=$_pkgname-git
pkgver=1.0.0.r6.g63487af
pkgver=1.1.0.r0.gfabb620
pkgrel=1
pkgdesc="An unofficial Factorio authentication server"
arch=(x86_64)

View file

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