Skip to content

Commit

Permalink
Increment package version after release of storage/azfile (#22374)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Feb 13, 2024
1 parent 6f16bdb commit 7e3e829
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions sdk/storage/azfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.2.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.2.0 (2024-02-12)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azfile/internal/exported/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package exported

const (
ModuleName = "github.com/Azure/azure-sdk-for-go/sdk/storage/azfile"
ModuleVersion = "v1.2.0"
ModuleVersion = "v1.2.1"
)

0 comments on commit 7e3e829

Please sign in to comment.