# frozen_string_literal: true module Intranet class Core # The version of the Intranet core, according to semantic versionning. VERSION = '1.0.0' end end