Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed May 21, 2019
1 parent 02958de commit 58411c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fits_web_ql"
version = "4.1.16"
version = "4.1.17"
authors = ["jvo203 <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,7 @@ lazy_static! {
#[cfg(feature = "jvo")]
static LOG_DIRECTORY: &'static str = "LOGS";

static SERVER_STRING: &'static str = "FITSWebQL v4.1.16";
static SERVER_STRING: &'static str = "FITSWebQL v4.1.17";
static VERSION_STRING: &'static str = "SV2019-05-21.0";
static WASM_STRING: &'static str = "WASM2019-02-08.1";

Expand Down Expand Up @@ -4347,7 +4347,7 @@ fn main() {
.start();

println!(
"detected number of logical CPUs: {}, physical: {}",
"detected number of logical CPU cores: {}, physical: {}",
num_cpus::get(),
num_cpus::get_physical()
);
Expand Down

0 comments on commit 58411c8

Please sign in to comment.