Skip to content

Commit a8d85ff

Browse files
Updating version.json and repo version numbers to: 33.1
1 parent 5737cd2 commit a8d85ff

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 = "33.1-dev", # Automatically updated on release
6+
version = "33.1", # 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
@@ -30,7 +30,7 @@ public enum RuntimeDomain {
3030
public static final int OSS_MAJOR = 4;
3131
public static final int OSS_MINOR = 33;
3232
public static final int OSS_PATCH = 1;
33-
public static final String OSS_SUFFIX = "-dev";
33+
public static final String OSS_SUFFIX = "";
3434

3535
public static final RuntimeDomain DOMAIN = OSS_DOMAIN;
3636
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 = 33
3232
OSS_PATCH = 1
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)