Skip to content

Commit f7f65c9

Browse files
Zhang Yanpodrmingdrmer
authored andcommitted
chore: Bump ver: 260205.3.0
1 parent a70300f commit f7f65c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "260205.2.0"
2+
version = "260205.3.0"
33
authors = ["Databend Authors <opensource@datafuselabs.com>"]
44
license = "Apache-2.0"
55
publish = false

crates/version/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,17 @@ mod tests {
100100

101101
#[test]
102102
fn test_version_string() {
103-
assert_eq!(version_str(), "260205.2.0");
103+
assert_eq!(version_str(), "260205.3.0");
104104
}
105105

106106
#[test]
107107
fn test_semver_components() {
108-
assert_eq!(semver_tuple(version()), (260205, 2, 0));
108+
assert_eq!(semver_tuple(version()), (260205, 3, 0));
109109
}
110110

111111
#[test]
112112
fn test_semver_display() {
113-
assert_eq!(version().to_semver().to_string(), "260205.2.0");
113+
assert_eq!(version().to_semver().to_string(), "260205.3.0");
114114
}
115115

116116
#[test]

0 commit comments

Comments
 (0)