File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717<p align =" center " >
1818 <a href =" https://github.com/apple/swift " >
19- <img src="https://img.shields.io/badge/Swift-5.7 -orange.svg" alt="Swift 5.7 supported">
19+ <img src="https://img.shields.io/badge/Swift-6.1 -orange.svg" alt="Swift 6.1 supported">
2020 </a >
2121 <a href =" https://swift.org/package-manager/ " >
2222 <img src="https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square" alt="Swift Package Manager compatible">
Original file line number Diff line number Diff line change 11import Foundation
22
33public enum Constants {
4- public static let CodegenVersion : String = " 2.0.0-beta-3 "
4+ public static let CodegenVersion : String = " 2.0.0 "
55}
Original file line number Diff line number Diff line change 11import Foundation
22
33public enum Constants {
4- public static let CLIVersion : String = " 2.0.0-beta-3 "
4+ public static let CLIVersion : String = " 2.0.0 "
55 static let defaultFilePath : String = " ./apollo-codegen-config.json "
66}
You can’t perform that action at this time.
0 commit comments