Skip to content

Commit

Permalink
Setting version test to 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Sep 20, 2023
1 parent 471a479 commit 47fcaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Sodium.Tests/VersionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class VersionTest
[Test]
public void SodiumVersionStringTest()
{
const string EXPECTED = "1.0.18";
const string EXPECTED = "1.0.19";
var actual = SodiumCore.SodiumVersionString();
Assert.AreEqual(EXPECTED, actual);
}
Expand Down

0 comments on commit 47fcaed

Please sign in to comment.