diff --git a/util/RfVersion.cs b/util/RfVersion.cs index 40dbc78..fc08387 100644 --- a/util/RfVersion.cs +++ b/util/RfVersion.cs @@ -2,7 +2,7 @@ namespace rockfishCore.Util { public static class RfVersion { - public const string NumberOnly="6.7"; + public const string NumberOnly="6.8"; public const string Full = "Rockfish server " + NumberOnly; } } \ No newline at end of file diff --git a/wwwroot/default.htm b/wwwroot/default.htm index 6a87516..9b5d2e3 100644 --- a/wwwroot/default.htm +++ b/wwwroot/default.htm @@ -11,69 +11,69 @@ Rockfish loading.... - - - - - + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + \ No newline at end of file diff --git a/wwwroot/js/app.api.js b/wwwroot/js/app.api.js index ce726bd..b8f4f5e 100644 --- a/wwwroot/js/app.api.js +++ b/wwwroot/js/app.api.js @@ -27,7 +27,7 @@ app.api = (function() { generateFromRequest, licenseEmailResponse; - RockFishVersion = "6.6"; + RockFishVersion = "6.8"; ////////////////////////////////////////////////////////////////////////////////////// // NOT AUTHORIZED ERROR HANDLER