mirror of https://github.com/grpc/grpc-web.git
Bump version to 2.0.2 (#1508)
* Bump version to 2.0.2 * Revert "Bump version to 2.0.2" This reverts commit023c9f3c28
. * Reapply "Bump version to 2.0.2" This reverts commitd0ea7051db
.
This commit is contained in:
parent
d951430e96
commit
9e6bf0f521
|
@ -81,7 +81,7 @@ const char* kKeyword[] = {
|
|||
};
|
||||
|
||||
// Edit the version here prior to release
|
||||
static const std::string GRPC_WEB_VERSION = "2.0.1";
|
||||
static const std::string GRPC_WEB_VERSION = "2.0.2";
|
||||
|
||||
string GetProtocVersion(GeneratorContext* context) {
|
||||
Version compiler_version;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grpc-web",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"author": "Google Inc.",
|
||||
"description": "gRPC-Web Client Runtime Library",
|
||||
"homepage": "https://grpc.io/",
|
||||
|
|
Loading…
Reference in New Issue