2023-07-03 15:30:14 +02:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2023 Laura Kalb <dev@lauka.net>
|
|
|
|
* The code of this project is available under the MIT license. See the LICENSE file for more info.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2023-07-04 16:56:09 +02:00
|
|
|
package constants
|
|
|
|
|
2023-07-07 09:32:46 +02:00
|
|
|
var AppVersion = "0.1.1"
|
2023-07-03 15:30:14 +02:00
|
|
|
|
|
|
|
var HumbleCategories = []string{"games", "books", "software"}
|
2023-07-04 16:56:09 +02:00
|
|
|
|
|
|
|
var UserAgent = "humble-bot/" + AppVersion + " https://codeberg.org/lauralani/humble-bot"
|