Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2020-12-15 18:42:38 +09:00
parent 656e443867
commit a0dcd7c1a0

View File

@@ -17,10 +17,10 @@
package version
const (
Version = "0.5.1+dev"
Version = "0.6.0"
// LatestOfficialStableRelease is used by `norouter show-installer` command.
//
// The release must be available on https://github.com/norouter/norouter/releases .
LatestOfficialStableRelease = "0.5.1"
LatestOfficialStableRelease = "0.6.0"
)