1// Copyright 2017 Frédéric Guillot. All rights reserved.
2// Use of this source code is governed by the Apache 2.0
3// license that can be found in the LICENSE file.
4
5package version // import "miniflux.app/version"
6
7// Variables populated at build time.
8var (
9	Version   = "dev"
10	Commit    = "HEAD"
11	BuildDate = "undefined"
12)
13