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 16
16
17
17
<p align =" center " >
18
18
<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">
20
20
</a >
21
21
<a href =" https://swift.org/package-manager/ " >
22
22
<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 1
1
import Foundation
2
2
3
3
public enum Constants {
4
- public static let CodegenVersion : String = " 2.0.0-beta-3 "
4
+ public static let CodegenVersion : String = " 2.0.0 "
5
5
}
Original file line number Diff line number Diff line change 1
1
import Foundation
2
2
3
3
public enum Constants {
4
- public static let CLIVersion : String = " 2.0.0-beta-3 "
4
+ public static let CLIVersion : String = " 2.0.0 "
5
5
static let defaultFilePath : String = " ./apollo-codegen-config.json "
6
6
}
You can’t perform that action at this time.
0 commit comments