github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/versions.go (about)

     1  package concourse
     2  
     3  // Version is the version of Concourse. This variable is overridden at build
     4  // time in the pipeline using ldflags.
     5  var Version = "0.0.0-dev"
     6  
     7  // WorkerVersion identifies compatibility between Concourse and a worker.
     8  //
     9  // Backwards-incompatible changes to the worker API should result in a major
    10  // version bump.
    11  //
    12  // New features that are otherwise backwards-compatible should result in a
    13  // minor version bump.
    14  var WorkerVersion = "2.3"