Skip to content

Commit

Permalink
Bump version to 4.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
td202 committed Aug 23, 2022
1 parent 33fe926 commit d14b141
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unrelease changes
## Unreleased changes

## 4.3.1

- Improvements to start-up time that fix regressions introduced by the account caching.

Expand Down
2 changes: 1 addition & 1 deletion concordium-node/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion concordium-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium_node"
version = "4.3.0" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
version = "4.3.1" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
description = "Concordium Node"
authors = ["Concordium <[email protected]>"]
exclude = [".gitignore", ".gitlab-ci.yml", "test/**/*","**/**/.gitignore","**/**/.gitlab-ci.yml"]
Expand Down
4 changes: 2 additions & 2 deletions service/windows/installer/Node.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- When updating the product version, the Product Id should be refreshed, otherwise it will not be
possible to upgrade an existing installation.
-->
<?define VersionNumber="4.3.0" ?>
<?define VersionNumber="4.3.1" ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:Util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Name="Concordium Node" Manufacturer="Concordium Software" Id="e2265f07-6c9a-40bf-a437-e9eeb5fb0297" UpgradeCode="297295b4-c716-4d33-8170-0f6136663bfd" Language="1033" Codepage="1252" Version="$(var.VersionNumber)">
<Product Name="Concordium Node" Manufacturer="Concordium Software" Id="515cd886-016f-4153-a89d-b10a52091e2c" UpgradeCode="297295b4-c716-4d33-8170-0f6136663bfd" Language="1033" Codepage="1252" Version="$(var.VersionNumber)">
<Package Id="*" Keywords="Concordium Installer" Description="Concordium Node $(var.VersionNumber) Installer" Manufacturer="Concordium Software" InstallerVersion="500" Languages="1033" Compressed="yes" InstallScope="perMachine" />
<MajorUpgrade Schedule="afterInstallValidate" DowngradeErrorMessage="The currently-installed version of [ProductName] is newer than the version you are trying to install. The installation cannot continue. If you wish to install this version, please remove the newer version first." />
<Media Id="1" Cabinet="Node.cab" EmbedCab="yes" />
Expand Down

0 comments on commit d14b141

Please sign in to comment.