Skip to content

Commit a4c67ce

Browse files
apollo-bot2gh-action-runner
authored andcommitted
1 parent 68aee59 commit a4c67ce

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)