blob: e028add4b6154aabb5be78e9a33780317085b3d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
package version // import "miniflux.app/v2/internal/version"
// Variables populated at build time.
var (
Version = "dev"
Commit = "HEAD"
BuildDate = "undefined"
)
|