Skip to content

Commit 17e6a81

Browse files
authored
Bump protoc plugin version to 1.4.0 (#1282)
1 parent 1e8e8c9 commit 17e6a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/net/grpc/web/generator/grpc_generator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const char* kKeyword[] = {
8080
};
8181

8282
// Edit the version here prior to release
83-
static const std::string GRPC_WEB_VERSION = "1.3.1";
83+
static const std::string GRPC_WEB_VERSION = "1.4.0";
8484

8585
string GetProtocVersion(GeneratorContext* context) {
8686
Version compiler_version;

0 commit comments

Comments
 (0)