gem/lib/gitlab_development_kit.rb (
4
lines of code) (
raw
):
# frozen_string_literal: true module GDK GEM_VERSION = '0.2.19' VERSION = "GitLab Development Kit #{GEM_VERSION}".freeze end