Skip to content

Commit 697951c

Browse files
committed
Bump version to 2.2.1
1 parent c7ce948 commit 697951c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Basic/Version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ std::string getSwiftFullVersion() {
323323
OS << SWIFT_VENDOR " ";
324324
#endif
325325

326-
OS << "Swift version " SWIFT_VERSION_STRING " (swift-2.2-RELEASE)";
326+
OS << "Swift version " SWIFT_VERSION_STRING " (swift-2.2.1-RELEASE)";
327327
return OS.str();
328328
}
329329

0 commit comments

Comments
 (0)