diff --git a/.github/workflows/packages.yaml b/.github/workflows/packages.yaml index b60010fad..c30200db5 100644 --- a/.github/workflows/packages.yaml +++ b/.github/workflows/packages.yaml @@ -74,7 +74,7 @@ jobs: ARCH: "${{ matrix.arch }}" OS: "${{ matrix.os }}" # PACKAGE_VERSION should end with '~dev' on the main branch. - PACKAGE_VERSION: '1.4.5' + PACKAGE_VERSION: '1.4.6' # PACKAGE_RELEASE should always be '1'. PACKAGE_RELEASE: '1' - name: 'Generate artifact properties' diff --git a/Cargo.lock b/Cargo.lock index 232d951c9..3747871df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -500,7 +500,7 @@ dependencies = [ [[package]] name = "aziotctl" -version = "1.4.5" +version = "1.4.6" dependencies = [ "anyhow", "async-recursion", @@ -571,7 +571,7 @@ dependencies = [ [[package]] name = "aziotd" -version = "1.4.5" +version = "1.4.6" dependencies = [ "aziot-certd", "aziot-identityd", diff --git a/aziotctl/Cargo.toml b/aziotctl/Cargo.toml index d1b26eab5..1f50767e4 100644 --- a/aziotctl/Cargo.toml +++ b/aziotctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aziotctl" -version = "1.4.5" +version = "1.4.6" authors = ["Azure IoT Edge Devs"] edition = "2021" homepage = "https://azure.github.io/iot-identity-service/" diff --git a/aziotd/Cargo.toml b/aziotd/Cargo.toml index 580a74175..70b96f49c 100644 --- a/aziotd/Cargo.toml +++ b/aziotd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aziotd" -version = "1.4.5" +version = "1.4.6" authors = ["Azure IoT Edge Devs"] edition = "2021" homepage = "https://azure.github.io/iot-identity-service/"