Skip to content

Commit 3d4adad

Browse files
Updating version.json and repo version numbers to: 31.0
1 parent 0fad924 commit 3d4adad

35 files changed

+48
-48
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module(
55
name = "protobuf",
6-
version = "31.0-dev", # Automatically updated on release
6+
version = "31.0", # Automatically updated on release
77
compatibility_level = 1,
88
repo_name = "com_google_protobuf",
99
)

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 OSS_MAJOR = 4;
3030
public static final int OSS_MINOR = 31;
3131
public static final int OSS_PATCH = 0;
32-
public static final String OSS_SUFFIX = "-dev";
32+
public static final String OSS_SUFFIX = "";
3333

3434
public static final RuntimeDomain DOMAIN = OSS_DOMAIN;
3535
public static final int MAJOR = OSS_MAJOR;

python/google/protobuf/runtime_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Domain(Enum):
3030
OSS_MAJOR = 6
3131
OSS_MINOR = 31
3232
OSS_PATCH = 0
33-
OSS_SUFFIX = '-dev'
33+
OSS_SUFFIX = ''
3434

3535
DOMAIN = OSS_DOMAIN
3636
MAJOR = OSS_MAJOR

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)