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

Commit

Permalink
beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Mar 29, 2017
1 parent 6e05839 commit f874d90
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,6 +8,6 @@ let package = Package(
],
dependencies: [
// Swift models, relationships, and querying for NoSQL and SQL databases.
.Package(url: "https://github.com/vapor/fluent.git", Version(2,0,0, prereleaseIdentifiers: ["alpha"]))
.Package(url: "https://github.com/vapor/fluent.git", Version(2,0,0, prereleaseIdentifiers: ["beta"]))
]
)

0 comments on commit f874d90

Please sign in to comment.