README | 2 +- usage.go | 2 +- diff --git a/README b/README index 2f1ba7b9b4df97258c3a6ad20d042b1a7a2a2a757c65652d294e5df97ff14e4e..d3e373e4f864cebf170148856fd4481524c302dc0d7fd80519c127b9e2c54de3 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 7977353bea513dee6aa8298642c59f3ca8a46266563daf5b04c51519abd717b1..5b6704aea2226ea8abe5ae953a98e72a72118bcae44d67ee57bd2752a0832935 100644 --- a/usage.go +++ b/usage.go @@ -26,7 +26,7 @@ "strings" ) 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.