# frozen_string_literal: true module Greenlight class Application VERSION = "2.0.0" end end