1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00

Change user agent

This commit is contained in:
Frédéric Guillot 2018-01-22 20:43:03 -08:00
parent da5c8c2edb
commit 577bcddb2a
2 changed files with 3 additions and 4 deletions

View file

@ -5,7 +5,7 @@
package version
// Version of the application (generated with "make build")
var Version = "undefined"
var Version = "2.0.x-dev"
// BuildDate is generated with "make build"
var BuildDate = "undefined"