Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee committed Feb 11, 2020
1 parent 556c0a1 commit 1f5f775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GitBuddyCore/GitBuddy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import SPMUtility
/// Entry class of GitBuddy that registers commands and handles execution.
public enum GitBuddy {

public static let version = "2.0.0"
public static let version = "2.1.0"

@discardableResult public static func run(arguments: [String] = ProcessInfo.processInfo.arguments, environment: [String: String] = ProcessInfo.processInfo.environment, configuration: URLSessionConfiguration? = nil) throws -> String? {
Log.isVerbose = arguments.contains("--verbose")
Expand Down

0 comments on commit 1f5f775

Please sign in to comment.