namespace PalGain.Core { public static class NopVersion { /// /// Gets or sets the store version /// public static string CurrentVersion { get { return "3.60"; } } } }