# frozen_string_literal: true module OhlohScm module Version STRING = '4.0.1' GIT = '2.34.1' SVN = '1.14.1' CVSNT = '1.12.13' HG = '4.9.1' BZR = '2.7.0' end end