Add versioning to Info command
This commit is contained in:
6
src/Alma.Abstraction/Services/IVersionService.cs
Normal file
6
src/Alma.Abstraction/Services/IVersionService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Alma.Services;
|
||||
|
||||
public interface IVersionService
|
||||
{
|
||||
public string GetVersion();
|
||||
}
|
||||
Reference in New Issue
Block a user