Skip to content

Commit 7210136

Browse files
Revert "Release v0.9.v0.9.1" (#231)
This reverts commit a47f6cd.
1 parent a47f6cd commit 7210136

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi;
1111
LAST_TAG=$(git tag | tail -n 1);
1212
MAJOR=$(echo $LAST_TAG | sed -E 's/v([0-9]+)\..*/\1/');
1313
MINOR=$(echo $LAST_TAG | sed -E 's/v[0-9]+\.([0-9]+)\..*/\1/');
14-
PATCH=$(echo $LAST_TAG | sed -E 's/v[0-9]+\.[0-9]+\.([0-9]+)-rc[0-9]+/\1/');
14+
PATCH=$(echo $LAST_TAG | sed -E 's/v[0-9]+\.[0-9]+\.([0-9]+)($|-rc[0-9]+)/\1/');
1515
RC=0;
1616

1717
if [ "$RELEASE_CANDIDATE" = true ]

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
## v0.9.v0.9.1
21
- Fixed bug: delete deadline grpc timeout on AttachStream
32

43
## v0.9.1

src/Ydb.Sdk/src/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ public static class Version
44
{
55
public const uint Major = 0;
66
public const uint Minor = 9;
7-
public const uint Patch = v0.9.1;
7+
public const uint Patch = 1;
88
}

0 commit comments

Comments
 (0)