2018-09-03 06:43:00 +00:00
|
|
|
// Copyright 2018 The Gitea Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a MIT-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
package setting
|
|
|
|
|
2019-04-25 17:06:53 +00:00
|
|
|
// App related variables
|
2018-09-03 06:43:00 +00:00
|
|
|
var (
|
|
|
|
AppVer string
|
|
|
|
AppBuiltWith string
|
|
|
|
)
|