We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d18f95 commit 74aef58Copy full SHA for 74aef58
Sources/xcconfig-extractor/Config.swift
@@ -9,7 +9,7 @@
9
import Foundation
10
11
struct Config {
12
- static let version = "0.3.0"
+ static let version = "0.3.1"
13
let isIncludeExisting: Bool
14
init(isIncludeExisting: Bool) {
15
self.isIncludeExisting = isIncludeExisting
0 commit comments