Skip to content

Commit

Permalink
Bump release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Feb 8, 2023
1 parent a896968 commit c03a5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/Shared/Project-Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1.0.6
CURRENT_PROJECT_VERSION = 1.0.7
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.0.6"
public static let CLIVersion: String = "1.0.7"
static let defaultFilePath: String = "./apollo-codegen-config.json"
}

0 comments on commit c03a5ec

Please sign in to comment.