From: Sergey Matveev Date: Thu, 26 Nov 2020 16:56:05 +0000 (+0300) Subject: Raise version X-Git-Tag: v0.3.0^0 X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=commitdiff_plain;h=2f59a0a81e3839ead25a8bb31c14c4771775f684 Raise version --- diff --git a/README b/README index 9e4bb36..1c9e59b 100644 --- a/README +++ b/README @@ -25,7 +25,7 @@ problems with the authenticity on your side, then build it manually: > $ git clone git://git.cypherpunks.ru/goredo.git $ cd goredo - $ git tag -v v0.2.0 + $ git tag -v v0.3.0 $ git clone git://git.cypherpunks.ru/gorecfile.git $ ( cd gorecfile ; git tag -v v0.3.0 ) $ echo "replace go.cypherpunks.ru/recfile => `pwd`/gorecfile" >> go.mod diff --git a/usage.go b/usage.go index 171e0d3..2e96ca8 100644 --- a/usage.go +++ b/usage.go @@ -26,7 +26,7 @@ import ( ) const ( - Version = "0.2.0" + Version = "0.3.0" Warranty = `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 the Free Software Foundation, version 3 of the License.