Skip to content

Commit 7cc670c

Browse files
Updating version.json and repo version numbers to: 27.3
1 parent 67d7298 commit 7cc670c

35 files changed

+46
-46
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/protocolbuffers/protobuf/issues/14313
33
module(
44
name = "protobuf",
5-
version = "27.3-dev", # Automatically updated on release
5+
version = "27.3", # Automatically updated on release
66
compatibility_level = 1,
77
repo_name = "com_google_protobuf",
88
)

java/core/src/main/java/com/google/protobuf/RuntimeVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public enum RuntimeDomain {
2929
public static final int MAJOR = 4;
3030
public static final int MINOR = 27;
3131
public static final int PATCH = 3;
32-
public static final String SUFFIX = "-dev";
32+
public static final String SUFFIX = "";
3333

3434
private static final String VERSION_STRING = versionString(MAJOR, MINOR, PATCH, SUFFIX);
3535
private static final Logger logger = Logger.getLogger(RuntimeVersion.class.getName());

python/google/protobuf/runtime_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class VersionError(Exception):
3232
MAJOR = 5
3333
MINOR = 27
3434
PATCH = 3
35-
SUFFIX = '-dev'
35+
SUFFIX = ''
3636

3737

3838
def ValidateProtobufRuntimeVersion(

src/google/protobuf/any.pb.cc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/any.pb.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/api.pb.cc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/api.pb.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/compiler/java/java_features.pb.cc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/compiler/java/java_features.pb.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/compiler/plugin.pb.cc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)