Skip to content

Commit cbb317e

Browse files
committed
chore: Bumping to 3.0.0-alpha.1
1 parent 93073ce commit cbb317e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.30.2"
2+
".": "3.0.0-alpha.1"
33
}

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
const defaultPort = 8111
21-
const versionString string = "2.30.2" // {{ x-release-please-version }}
21+
const versionString string = "3.0.0-alpha.1" // {{ x-release-please-version }}
2222

2323
func main() {
2424
fmt.Printf("sdk-test-harness v%s\n", strings.TrimSpace(versionString))

0 commit comments

Comments
 (0)