Skip to content

Commit

Permalink
chore: version bump for 0.7.0b2 release (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ryan-k authored Oct 9, 2024
1 parent 9dfdf49 commit dc4c422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azext_edge/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import os

VERSION = "0.7.0b1"
VERSION = "0.7.0b2"
EXTENSION_NAME = "azure-iot-ops"
EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__))
USER_AGENT = "IotOperationsCliExtension/{}".format(VERSION)

0 comments on commit dc4c422

Please sign in to comment.