Add version information to the webhook

This commit is contained in:
zontreck 2024-11-23 12:54:23 -07:00
parent ec1f894809
commit 98b1d0c9e4
5 changed files with 16 additions and 3 deletions

3
lib/consts.dart Normal file
View file

@ -0,0 +1,3 @@
class Consts {
static const VERSION = "1.1.112324.1248";
}