File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PACKAGE_NAME="colink-server-linux-x86_64.tar.gz"
66if [ " $( uname) " == " Darwin" ]; then
77 PACKAGE_NAME=" colink-server-macos-x86_64.tar.gz"
88fi
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
1010tar -xzf $PACKAGE_NAME
1111touch user_init_config.toml # create an empty user init config to prevent automatically starting protocols when importing users.
1212cd ..
You can’t perform that action at this time.
0 commit comments