Skip to content

Commit 9b29538

Browse files
authored
Increment package version after release of azure-storage-blobs (#3935)
1 parent a511ef6 commit 9b29538

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

sdk/storage/azure-storage-blobs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 12.7.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.6.1 (2022-09-16)
414

515
### Other changes

sdk/storage/azure-storage-blobs/src/private/package_version.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#pragma once
1010

1111
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
12-
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 6
13-
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 1
14-
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""
12+
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 7
13+
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
14+
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1"
1515

1616
#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
1717
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)

0 commit comments

Comments
 (0)