Skip to content

Commit

Permalink
Merge pull request #180 from RaythaHQ/dev
Browse files Browse the repository at this point in the history
Updates version number to 1.1.5
  • Loading branch information
apexdodge committed Dec 27, 2023
2 parents f07544c + 7ee05e8 commit 5e65a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Raytha.Web/Services/CurrentVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ namespace Raytha.Web.Services;

public class CurrentVersion : ICurrentVersion
{
public string Version => "1.1.4";
public string Version => "1.1.5";
}

0 comments on commit 5e65a08

Please sign in to comment.