From 0c298e24006ae3ddd7282f83e85f87a760113637 Mon Sep 17 00:00:00 2001 From: Ben Wetherfield Date: Sat, 29 Jun 2019 19:17:33 -0700 Subject: [PATCH] Update Swift version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3d7ad8..7b691da 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ PerformanceTesting ================== -![Swift](https://img.shields.io/badge/Swift-4.2-brightgreen.svg) +![Swift](https://img.shields.io/badge/Swift-5.0-brightgreen.svg) [![Build Status](https://travis-ci.org/dn-m/PerformanceTesting.svg?branch=master)](https://travis-ci.org/dn-m/PerformanceTesting) **PerformanceTesting** provides tools for checking the [asymptotic complexity](https://en.wikipedia.org/wiki/Asymptotic_computational_complexity) of algorithms and operations over data structures.