Skip to content

Commit 8a9d640

Browse files
authored
Updated the version info (#564)
* Updated the version info * Update release.md
1 parent 5fa3f02 commit 8a9d640

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/design/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
1. Ensure the CI has ran on main
66
2. Run Azure SDK's tests
7+
3. Update the corresponding version in apps/internal/version/version.go
78

89
```
910
git clone github.com/Azure/azure-sdk-for-go --single-branch --depth=1

apps/internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package version
66

77
// Version is the version of this client package that is communicated to the server.
8-
const Version = "1.2.0"
8+
const Version = "1.4.2"

0 commit comments

Comments
 (0)