]> Cypherpunks.ru repositories - gocheese.git/blobdiff - main.go
Fix template's doctype
[gocheese.git] / main.go
diff --git a/main.go b/main.go
index 01cc50e31c51717cc0896a1333907df491f4e4ee..08c75535c1491feb8ac230f754cb37b63086e4c2 100644 (file)
--- a/main.go
+++ b/main.go
@@ -1,7 +1,7 @@
 /*
 GoCheese -- Python private package repository and caching proxy
-Copyright (C) 2019-2021 Sergey Matveev <stargrave@stargrave.org>
-              2019-2021 Elena Balakhonova <balakhonova_e@riseup.net>
+Copyright (C) 2019-2022 Sergey Matveev <stargrave@stargrave.org>
+              2019-2022 Elena Balakhonova <balakhonova_e@riseup.net>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@ import (
 )
 
 const (
-       Version   = "3.4.0"
+       Version   = "3.5.0"
        UserAgent = "GoCheese/" + Version
 )