]> Cypherpunks.ru repositories - gocheese.git/blobdiff - main.go
Raise copyright years
[gocheese.git] / main.go
diff --git a/main.go b/main.go
index da276a6ceaae5e50ace659a3ef664b8f0b22bcab..cc5944ed9529319bba7c41d9173d11dd97a868e8 100644 (file)
--- a/main.go
+++ b/main.go
@@ -1,7 +1,7 @@
 /*
 GoCheese -- Python private package repository and caching proxy
-Copyright (C) 2019-2022 Sergey Matveev <stargrave@stargrave.org>
-              2019-2022 Elena Balakhonova <balakhonova_e@riseup.net>
+Copyright (C) 2019-2023 Sergey Matveev <stargrave@stargrave.org>
+              2019-2023 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.6.0"
+       Version   = "3.7.0"
        UserAgent = "GoCheese/" + Version
 )