Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Jun 23, 2020
1 parent 1ec0093 commit e4c918b
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.2.3"
version = "4.2.4"
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 @@ -2393,8 +2393,8 @@ lazy_static! {
#[cfg(feature = "jvo")]
static LOG_DIRECTORY: &'static str = "LOGS";

static SERVER_STRING: &'static str = "FITSWebQL v4.2.3";
static VERSION_STRING: &'static str = "SV2020-06-22.0";
static SERVER_STRING: &'static str = "FITSWebQL v4.2.4";
static VERSION_STRING: &'static str = "SV2020-06-23.0";
//static WASM_STRING: &'static str = "WASM2019-02-08.1";
static WASM_STRING: &'static str = "WASM2020-06-22.0";
static FPZIP_STRING: &'static str = "WASM2020-06-18.0";
Expand Down

0 comments on commit e4c918b

Please sign in to comment.