Skip to content

Commit

Permalink
Prepare for release 1.4.6 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry authored Sep 17, 2023
1 parent 137258d commit e4b0871
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions 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 aziotctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion aziotd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit e4b0871

Please sign in to comment.