summary refs log tree commit diff
path: root/data.go
diff options
context:
space:
mode:
Diffstat (limited to 'data.go')
-rw-r--r--data.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/data.go b/data.go
index 1fd3049..91cd7ab 100644
--- a/data.go
+++ b/data.go
@@ -1,6 +1,6 @@
 package main
 
-var version = "10-CURRENT"
+var version = "[GITREV]: Netscape Wizardry "
 var UserAgents = map[string]string{
 	"Desktop":          "Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0",
 	"Googlebot Mobile": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html",
@@ -82,4 +82,5 @@ type GenaricArticle struct {
 	Content string
 	Image   string
 	Length  int
+	Text    string
 }