Skip to content

Commit f896204

Browse files
gh-action-runnergh-action-runner
authored andcommitted
Squashed 'apollo-ios-codegen/' changes from 68aee5940..a4c67ce25
a4c67ce25 Release 2.0.0 (#781) git-subtree-dir: apollo-ios-codegen git-subtree-split: a4c67ce25d6548356a32f71e973790e24ff95eff
1 parent 66cd9b6 commit f896204

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Foundation
22

33
public enum Constants {
4-
public static let CodegenVersion: String = "2.0.0-beta-3"
4+
public static let CodegenVersion: String = "2.0.0"
55
}

Sources/CodegenCLI/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

33
public 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
}

0 commit comments

Comments
 (0)