Bump version to 0.3.1

This commit is contained in:
Philipp Wolfer 2023-12-09 23:20:12 +01:00
parent 3d52f8779a
commit a751b7182c
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B

View file

@ -17,7 +17,7 @@ package version
const (
AppName = "scotty"
AppVersion = "0.3.0"
AppVersion = "0.3.1"
)
func UserAgent() string {