Skip to content

Commit

Permalink
Update package version to 0.8.2 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nox-MSFT authored Jun 20, 2022
1 parent 6621d7b commit b2cc550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set_cache_with_env_or_default (

set_cache_with_env_or_default (
ADUC_VERSION_PATCH
"1"
"2"
STRING
"The patch part of the semantic version")

Expand Down
2 changes: 1 addition & 1 deletion azurepipelines/build/native/adu-ubuntu-amd64-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
version.major: 0
version.minor: 8
version.patch: 1
version.patch: 2
version.pre-release: "public-preview"
version.build: $[format('{0:yyyyMMdd}-{0:HHmmss}', pipeline.startTime)]

Expand Down

0 comments on commit b2cc550

Please sign in to comment.