We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c9713 commit 0cedffaCopy full SHA for 0cedffa
swift/vapor-framework/Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
],
11
dependencies: [
12
// Dependencies declare other packages that this package depends on.
13
- .package(url: "https://github.com/vapor/vapor.git", .upToNextMinor(from: "4.31.0"))
+ .package(url: "https://github.com/vapor/vapor.git", .upToNextMinor(from: "4.32.0"))
14
15
targets: [
16
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
swift/vapor-framework/config.yaml
@@ -1,6 +1,6 @@
1
framework:
2
website: vapor.codes
3
- version: 4.31
+ version: 4.32
4
name: vapor
5
6
options: serve
0 commit comments