From ec49c750b8b03259c16070160c657db997651b05 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Thu, 9 Sep 2021 13:34:44 +0200 Subject: [PATCH] Bump version to 0.1.0-beta1 --- src/Exercism.Tests/Exercism.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exercism.Tests/Exercism.Tests.csproj b/src/Exercism.Tests/Exercism.Tests.csproj index a0c7a79..9ac02ce 100644 --- a/src/Exercism.Tests/Exercism.Tests.csproj +++ b/src/Exercism.Tests/Exercism.Tests.csproj @@ -3,7 +3,7 @@ net5.0 Exercism.Tests - 0.1.0-alpha2 + 0.1.0-beta1 Exercism Testing This library adds Exercism-specific functionality related to testing solutions. Erik Schierboom