version.go 327 B

123456789101112
  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. package version // import "miniflux.app/version"
  5. // Variables populated at build time.
  6. var (
  7. Version = "dev"
  8. Commit = "HEAD"
  9. BuildDate = "undefined"
  10. )