bump version harder
This commit is contained in:
parent
9b7681f3d9
commit
e894e8eb18
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue