Skip to content

Commit 6455694

Browse files
Release v0.0.1-techpreview2
1 parent 2853a08 commit 6455694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## UNRELEASED
1+
## 0.0.1-techpreview2 (February 07, 2022)
22

33
FEATURES:
44

internal/pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
// Prerelease designates whether the current version is within a prerelease
2222
// phase. Typically, this will be "dev" to signify a development cycle or a
2323
// release candidate phase such as alpha, beta, rc1, or such.
24-
Prerelease = "techpreview1"
24+
Prerelease = "techpreview2"
2525

2626
// Metadata allows us to provide additional metadata information to the
2727
// version identifier. This is typically used to identify enterprise builds

0 commit comments

Comments
 (0)