Skip to content

Commit

Permalink
Bump version to 6.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Oct 5, 2023
1 parent 423da69 commit dc1c606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import PackageDescription

let isDevelop = true
let isDevelop = false

let devDependencies: [Package.Dependency] = isDevelop ? [
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.53.0"),
Expand Down
2 changes: 1 addition & 1 deletion Sources/Common/ApplicationInfo.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public enum ApplicationInfo {
public static let name = "BuildConfig.swift"
public static let version = "6.0.0-alpha.5"
public static let version = "6.0.0-alpha.6"
}

0 comments on commit dc1c606

Please sign in to comment.