mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 10:19:41 +00:00
10 lines
No EOL
185 B
C#
10 lines
No EOL
185 B
C#
using System;
|
|
|
|
namespace NzbDrone.Web.Models
|
|
{
|
|
public class FooterModel
|
|
{
|
|
public Version Version { get; set; }
|
|
public DateTime BuildTime { get; set; }
|
|
}
|
|
} |