# frozen_string_literal: true module RSpec module Qbec VERSION = ::Gem::Version.new('0.0.1.beta.0') def self.version VERSION end end end