Release 0.5.0

This commit is contained in:
Philipp Wolfer 2025-04-29 16:16:43 +02:00
parent 19852be68b
commit 1e91b684cb
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
/*
Copyright © 2023-2024 Philipp Wolfer <phw@uploadedlobster.com>
Copyright © 2023-2025 Philipp Wolfer <phw@uploadedlobster.com>
Scotty is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@ -17,7 +17,7 @@ package version
const (
AppName = "scotty"
AppVersion = "0.4.1"
AppVersion = "0.5.0"
AppURL = "https://git.sr.ht/~phw/scotty/"
)