Fix version info
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

Signed-off-by: Manuel Friedli <manuel@fritteli.ch>
This commit is contained in:
Manuel Friedli 2025-11-14 15:38:42 +01:00
parent c8b657de20
commit 42539e17f7
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
4 changed files with 22 additions and 2 deletions

View file

@ -0,0 +1,15 @@
diff --git a/cmd/mautrix-whatsapp/main.go b/cmd/mautrix-whatsapp/main.go
index a3e0665..647b65b 100644
--- a/cmd/mautrix-whatsapp/main.go
+++ b/cmd/mautrix-whatsapp/main.go
@@ -9,8 +9,8 @@ import (
// Information to find out exactly which commit the bridge was built from.
// These are filled at build time with the -X linker flag.
var (
- Tag = "unknown"
- Commit = "unknown"
+ Tag = "v0.2510.0"
+ Commit = "9802479e6b67c71d04113cb1721848f0d37c236e"
BuildTime = "unknown"
)