Skip to content

Commit

Permalink
Bump protoc plugin version to 1.4.0 (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampajano authored Sep 23, 2022
1 parent 1e8e8c9 commit 17e6a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/net/grpc/web/generator/grpc_generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const char* kKeyword[] = {
};

// Edit the version here prior to release
static const std::string GRPC_WEB_VERSION = "1.3.1";
static const std::string GRPC_WEB_VERSION = "1.4.0";

string GetProtocVersion(GeneratorContext* context) {
Version compiler_version;
Expand Down

0 comments on commit 17e6a81

Please sign in to comment.