Release 0.4.0

This commit is contained in:
Philipp Wolfer 2024-01-21 16:28:55 +01:00
parent 757aeed7b5
commit fee1eba080
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,5 @@
/*
Copyright © 2023 Philipp Wolfer <phw@uploadedlobster.com>
Copyright © 2023-2024 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.3.1"
AppVersion = "0.4.0"
)
func UserAgent() string {