Skip to content

Commit

Permalink
a version upgrade to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Feb 7, 2019
1 parent 55d777e commit 478fe9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1"
version = "4.1.2"
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 @@ -2228,8 +2228,8 @@ lazy_static! {
#[cfg(feature = "server")]
static LOG_DIRECTORY: &'static str = "LOGS";

static SERVER_STRING: &'static str = "FITSWebQL v4.1.1";
static VERSION_STRING: &'static str = "SV2019-02-05.0";
static SERVER_STRING: &'static str = "FITSWebQL v4.1.2";
static VERSION_STRING: &'static str = "SV2019-02-07.0";
static WASM_STRING: &'static str = "WASM2018-12-17.0";

#[cfg(not(feature = "server"))]
Expand Down

0 comments on commit 478fe9f

Please sign in to comment.