11 lines
280 B
Go
11 lines
280 B
Go
// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package version // import "miniflux.app/version"
|
|
|
|
// Variables populated at build time.
|
|
var (
|
|
Version = "dev"
|
|
Commit = "HEAD"
|
|
BuildDate = "undefined"
|
|
)
|