We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127a50b commit de833afCopy full SHA for de833af
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "3.0.0-alpha.1"
+ ".": "3.0.0-alpha.2"
3
}
main.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
const defaultPort = 8111
21
-const versionString string = "3.0.0-alpha.1" // {{ x-release-please-version }}
+const versionString string = "3.0.0-alpha.2" // {{ x-release-please-version }}
22
23
func main() {
24
fmt.Printf("sdk-test-harness v%s\n", strings.TrimSpace(versionString))
0 commit comments