We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9a9f63 + 666ba92 commit 21ba0e7Copy full SHA for 21ba0e7
.buildkite/pipeline.yml
@@ -67,7 +67,7 @@ steps:
67
env: *common_env
68
plugins: *common_plugins
69
depends_on:
70
- - "test-arm64"
+ - "test"
71
- "validate-release-build"
72
if: build.tag != null
73
agents:
Sources/libhostmgr/libhostmgr.swift
@@ -1,7 +1,7 @@
1
import Foundation
2
import OSLog
3
4
-public let hostmgrVersion = "0.50.0-beta.11"
+public let hostmgrVersion = "0.50.0-beta.12"
5
6
public extension Logger {
7
private static let subsystem = "com.automattic.hostmgr"
0 commit comments