File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1111LAST_TAG=$( git tag | tail -n 1) ;
1212MAJOR=$( echo $LAST_TAG | sed -E ' s/v([0-9]+)\..*/\1/' ) ;
1313MINOR=$( 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/' ) ;
1515RC=0;
1616
1717if [ " $RELEASE_CANDIDATE " = true ]
Original file line number Diff line number Diff line change 1- ## v0.9.v0.9.1
21- Fixed bug: delete deadline grpc timeout on AttachStream
32
43## v0.9.1
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments