Skip to content

Commit

Permalink
app/version: bump to v0.18-rc (#2687)
Browse files Browse the repository at this point in the history
Bump to rc.

category: misc
ticket: none
  • Loading branch information
gsora authored Nov 8, 2023
1 parent b525c40 commit 3b701cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// version a string since it is overwritten at build-time with the git tag for official releases.
var version = "v0.18-dev"
var version = "v0.18-rc"

// Version is the branch version of the codebase.
// - Main branch: v0.X-dev
Expand Down

0 comments on commit 3b701cb

Please sign in to comment.