Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2022-12-09 15:15:57 +09:00
parent 651b1a9fb2
commit 30a6d28a4f

View File

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