Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Oct 22, 2020
1 parent 23aa645 commit 9da8eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
package version

const (
Version = "0.3.0+dev"
Version = "0.3.1"

// LatestOfficialStableRelease is used by `norouter show-installer` command.
//
// The release must be available on https://github.com/norouter/norouter/releases .
LatestOfficialStableRelease = "0.3.0"
LatestOfficialStableRelease = "0.3.1"
)

0 comments on commit 9da8eaf

Please sign in to comment.