Skip to content

Commit 3927fbb

Browse files
committed
bump version
1 parent 77ea752 commit 3927fbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/extensions/instant_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl InstantServer {
6767
.arg("bash -c \"$(curl -fsSL https://raw.githubusercontent.com/CoLearn-Dev/colinkctl/main/install_colink.sh)\"")
6868
.env("COLINK_INSTALL_SERVER_ONLY", "true")
6969
.env("COLINK_INSTALL_SILENT", "true")
70-
.env("COLINK_SERVER_VERSION", "v0.3.4")
70+
.env("COLINK_SERVER_VERSION", "v0.3.5")
7171
.status()
7272
.unwrap();
7373
}

tests/download-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PACKAGE_NAME="colink-server-linux-x86_64.tar.gz"
66
if [ "$(uname)" == "Darwin" ]; then
77
PACKAGE_NAME="colink-server-macos-x86_64.tar.gz"
88
fi
9-
wget https://github.com/CoLearn-Dev/colink-server-dev/releases/download/v0.3.4/$PACKAGE_NAME
9+
wget https://github.com/CoLearn-Dev/colink-server-dev/releases/download/v0.3.5/$PACKAGE_NAME
1010
tar -xzf $PACKAGE_NAME
1111
touch user_init_config.toml # create an empty user init config to prevent automatically starting protocols when importing users.
1212
cd ..

0 commit comments

Comments
 (0)