]> Cypherpunks.ru repositories - goredo.git/commitdiff
Raise version v0.3.0
authorSergey Matveev <stargrave@stargrave.org>
Thu, 26 Nov 2020 16:56:05 +0000 (19:56 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 26 Nov 2020 16:56:05 +0000 (19:56 +0300)
README
usage.go

diff --git a/README b/README
index 9e4bb36c3c7a8c92568dd634c4bd89d522860044..1c9e59be4026be59a0999487ff49602a700fd5da 100644 (file)
--- 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
index 171e0d37c506ecd313a9eb5affc829ecb2ab171a..2e96ca8c030641787fcd514627decc9d6b404221 100644 (file)
--- 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.