using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GreenTree.Nachtragsmanagement.Core { public static class AppendixVersion { /// /// Gets or sets the store version /// public static string CurrentVersion { get { return "1.0.0.1"; } } } }