Skip to content

Commit

Permalink
a new version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Jan 29, 2019
1 parent 6d46318 commit 2c73435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0"
version = "4.1.1"
authors = ["jvo203 <[email protected]>"]
edition = "2018"

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

static SERVER_STRING: &'static str = "FITSWebQL v4.1.0";
static SERVER_STRING: &'static str = "FITSWebQL v4.1.1";
static VERSION_STRING: &'static str = "SV2019-01-29.0";
static WASM_STRING: &'static str = "WASM2018-12-17.0";

Expand Down

0 comments on commit 2c73435

Please sign in to comment.