Skip to content

Commit

Permalink
Bumped to version 0.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhittaker committed Jun 9, 2023
1 parent 5f1ade1 commit 1f7b296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
// TODO(mwhittaker): Write a doc explaining versioning in detail. Include
// Srdjan's comments in PR #219.
Major = 0
Minor = 13
Minor = 14
Patch = 0
)

Expand All @@ -64,7 +64,7 @@ var version string
func init() {
// Make sure that the hardcoded string reflects the values of Major, Minor and
// Patch.
version = "⟦wEaVeRvErSiOn:0.13.0⟧"
version = "⟦wEaVeRvErSiOn:0.14.0⟧"
}

// ReadVersion reads version (major, minor, patch) from the specified binary.
Expand Down

0 comments on commit 1f7b296

Please sign in to comment.