mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
10 lines
185 B
C#
10 lines
185 B
C#
using System;
|
|
|
|
namespace NzbDrone.Web.Models
|
|
{
|
|
public class FooterModel
|
|
{
|
|
public Version Version { get; set; }
|
|
public DateTime BuildTime { get; set; }
|
|
}
|
|
} |