Skip to content

Commit

Permalink
Update the release version inside the weaver code. (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrovic77 authored Feb 29, 2024
1 parent 4ecbffc commit b889df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/bin/bin.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func init() {
// the value of version.DeployerVersion. If the string is not a
// constant---if we try to use fmt.Sprintf, for example---it will not be
// embedded in a Service Weaver binary.
versionData = "⟦wEaVeRvErSiOn:deployer=v0.22.0⟧"
versionData = "⟦wEaVeRvErSiOn:deployer=v0.23.0⟧"
}

// rodata returns the read-only data section of the provided binary.
Expand Down
2 changes: 1 addition & 1 deletion runtime/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
// the deployer API in v0.13.0 of Service Weaver, then we leave the
// deployer API at v0.12.0.
DeployerMajor = 0
DeployerMinor = 22
DeployerMinor = 23

// The version of the codegen API. As with the deployer API, we assign a
// new version every time we change how code is generated, and we use
Expand Down

0 comments on commit b889df7

Please sign in to comment.