Skip to content

Commit

Permalink
a version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Dec 5, 2019
1 parent 14ee57b commit 4f7041f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.24"
version = "4.1.25"
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 @@ -2371,7 +2371,7 @@ lazy_static! {
#[cfg(feature = "jvo")]
static LOG_DIRECTORY: &'static str = "LOGS";

static SERVER_STRING: &'static str = "FITSWebQL v4.1.24";
static SERVER_STRING: &'static str = "FITSWebQL v4.1.25";
static VERSION_STRING: &'static str = "SV2019-12-05.0";
static WASM_STRING: &'static str = "WASM2019-02-08.1";

Expand Down

0 comments on commit 4f7041f

Please sign in to comment.