Skip to content

Commit

Permalink
Release v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Aug 18, 2023
1 parent 624b1e1 commit 2069e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v0.0.9
- Remove support for .NET Core 3.1
- Add support for .NET 7.0
-
Expand Down
2 changes: 1 addition & 1 deletion src/Ydb.Sdk/src/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Ydb.Sdk {
public static class Verison {
public const uint Major = 0;
public const uint Minor = 0;
public const uint Patch = 8;
public const uint Patch = 9;
}
}

0 comments on commit 2069e91

Please sign in to comment.