Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stneng committed Apr 12, 2023
1 parent 77ea752 commit 3927fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/extensions/instant_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl InstantServer {
.arg("bash -c \"$(curl -fsSL https://raw.githubusercontent.com/CoLearn-Dev/colinkctl/main/install_colink.sh)\"")
.env("COLINK_INSTALL_SERVER_ONLY", "true")
.env("COLINK_INSTALL_SILENT", "true")
.env("COLINK_SERVER_VERSION", "v0.3.4")
.env("COLINK_SERVER_VERSION", "v0.3.5")
.status()
.unwrap();
}
Expand Down
2 changes: 1 addition & 1 deletion tests/download-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PACKAGE_NAME="colink-server-linux-x86_64.tar.gz"
if [ "$(uname)" == "Darwin" ]; then
PACKAGE_NAME="colink-server-macos-x86_64.tar.gz"
fi
wget https://github.com/CoLearn-Dev/colink-server-dev/releases/download/v0.3.4/$PACKAGE_NAME
wget https://github.com/CoLearn-Dev/colink-server-dev/releases/download/v0.3.5/$PACKAGE_NAME
tar -xzf $PACKAGE_NAME
touch user_init_config.toml # create an empty user init config to prevent automatically starting protocols when importing users.
cd ..

0 comments on commit 3927fbb

Please sign in to comment.