Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
prerelease version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Feb 15, 2018
1 parent f044a58 commit 6c8f44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
],
dependencies: [
// Core extensions, type-aliases, and functions that facilitate common tasks.
.package(url: "https://github.com/vapor/core.git", .exact("3.0.0-beta.1")),
.package(url: "https://github.com/vapor/core.git", "3.0.0-beta.1"..<"3.0.0-beta.2"),
],
targets: [
// Validation
Expand Down

0 comments on commit 6c8f44b

Please sign in to comment.