mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-14 06:52:36 +01: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; }
|
|
}
|
|
} |