Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-bot2 authored and gh-action-runner committed Jan 21, 2025
1 parent f42d9f9 commit 4c74877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/ApolloCodegenLib/Constants.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation

public enum Constants {
public static let CodegenVersion: String = "1.16.0"
public static let CodegenVersion: String = "1.16.1"
}
2 changes: 1 addition & 1 deletion Sources/CodegenCLI/Constants.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

public enum Constants {
public static let CLIVersion: String = "1.16.0"
public static let CLIVersion: String = "1.16.1"
static let defaultFilePath: String = "./apollo-codegen-config.json"
}

0 comments on commit 4c74877

Please sign in to comment.