Release Candidate 2.2.0-rc.3 (Fix Debian binary location in systemd file)

This commit is contained in:
Neshura 2023-12-30 01:37:16 +01:00
parent d0375b1d8d
commit 7a6ebd6381
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -43,7 +43,7 @@ dependencies = [
[[package]]
name = "aob-lemmy-bot"
version = "2.2.0-rc.2"
version = "2.2.0-rc.3"
dependencies = [
"chrono",
"confy",

View file

@ -1,7 +1,7 @@
[package]
authors = ["Neshura"]
name = "aob-lemmy-bot"
version = "2.2.0-rc.2"
version = "2.2.0-rc.3"
edition = "2021"
description = "Bot for automatically posting new chapters of 'Ascendance of a Bookworm' released by J-Novel Club"
license = "GPL-3.0-or-later"

View file

@ -5,7 +5,7 @@ After=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/bin/aob-lemmy-bot
ExecStart=/usr/bin/aob-lemmy-bot
Restart=always
RestartSec=3