Skip to content

Commit

Permalink
Prepare for release 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry committed Aug 9, 2024
1 parent 7502c68 commit d1c430c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
ARCH: "${{ matrix.arch }}"
OS: "${{ matrix.os }}"
# PACKAGE_VERSION should end with '~dev' on the main branch.
PACKAGE_VERSION: '1.4.8'
PACKAGE_VERSION: '1.4.9'
# 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.8"
version = "1.4.9"
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.8"
version = "1.4.9"
authors = ["Azure IoT Edge Devs"]
edition = "2021"
homepage = "https://azure.github.io/iot-identity-service/"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: azure-iot-identity
base: core22 # the base snap is the execution environment for this snap
version: '1.4.8'
version: '1.4.9'
summary: Provides provisioning and cryptographic services for Azure IoT Hub devices.
description: |
The Identity Service provisions a device's identity and any modules it runs. The device identity can be based
Expand Down

0 comments on commit d1c430c

Please sign in to comment.