13 lines
215 B
C#
13 lines
215 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
using System.Text;
|
|
|
|
namespace Thousandto.Code.Global
|
|
{
|
|
public class AppVersionForLocalVersion
|
|
{
|
|
public const string APP_VERSION = "1.0.0";
|
|
}
|
|
}
|