Skip to content

Commit

Permalink
128.1
Browse files Browse the repository at this point in the history
  • Loading branch information
immisterio committed Jan 5, 2025
1 parent 49d4764 commit 5fe5a63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Lampac/Controllers/ApiController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public ActionResult Extensions()
}
#endregion

#region Version / Headers / geo / myip / testaccsdb / personal.lampa
#region Version / Headers / geo / myip / testaccsdb / reqinfo / personal.lampa
[Route("/version")]
public ActionResult Version() => Content($"{appversion}.{minorversion}", contentType: "text/plain; charset=utf-8");

Expand Down
1 change: 0 additions & 1 deletion Online/OnlineApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.Linq;
using System.Web;
using System;
Expand Down
4 changes: 2 additions & 2 deletions Shared/Engine/BaseController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public class BaseController : Controller, IDisposable
{
IServiceScope serviceScope;

public static string appversion => "127";
public static string appversion => "128";

public static string minorversion => "17";
public static string minorversion => "1";

public HybridCache hybridCache { get; private set; }

Expand Down

0 comments on commit 5fe5a63

Please sign in to comment.