Skip to content

Commit 8d685cc

Browse files
Zhang Yanpodrmingdrmer
authored andcommitted
chore: Bump ver: 260217.0.0
1 parent 0e86337 commit 8d685cc

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 = "260214.0.0"
2+
version = "260217.0.0"
33
authors = ["Databend Authors <opensource@datafuselabs.com>"]
44
license = "Apache-2.0"
55
publish = false

crates/common/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(), "260214.0.0");
103+
assert_eq!(version_str(), "260217.0.0");
104104
}
105105

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

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

116116
#[test]

0 commit comments

Comments
 (0)