X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=main.go;h=981d58e2f6c2d710a965632b610098af3f7585b5;hb=a138af795fb0ad0cece96ab5ded469f097397665;hp=ec0786403e3d90acf78b52c1dfecd5e218fd35d5;hpb=e43da931bc89d74815946a7c9dcc0b12dccd6ab0;p=gocheese.git diff --git a/main.go b/main.go index ec07864..981d58e 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2021 Sergey Matveev - 2019-2021 Elena Balakhonova +Copyright (C) 2019-2022 Sergey Matveev + 2019-2022 Elena Balakhonova 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.2.0" + Version = "3.4.0" UserAgent = "GoCheese/" + Version )