Skip to content

Commit 7a4afdd

Browse files
committed
chore: bump version
1 parent 98f58d8 commit 7a4afdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["plugin", "sig"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "0.8.0"
6+
version = "0.9.0-beta"
77
edition = "2024"
88
description = "Everything 拼音搜索、快速选择扩展"
99
authors = ["Chaoses-Ib"]

Updater/updater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ std::string truncate_lines(std::string s, size_t lines) {
3939

4040
bool check_for_update(bool prerelease, bool quiet, bool silent_error) {
4141
try {
42-
GitHubUpdater updater{ "Chaoses-Ib", "IbEverythingExt", "v0.8.0" };
42+
GitHubUpdater updater{ "Chaoses-Ib", "IbEverythingExt", "v0.9.0-beta" };
4343
YAML::Node release = updater.check_for_new_release(prerelease);
4444
if (release.IsNull()) {
4545
if (!quiet)

0 commit comments

Comments
 (0)