Codebase list ruby-gitlab / upstream/4.8.0 lib / gitlab / version.rb
upstream/4.8.0

Tree @upstream/4.8.0 (Download .tar.gz)

version.rb @upstream/4.8.0raw · history · blame

1
2
3
4
5
# frozen_string_literal: true

module Gitlab
  VERSION = '4.8.0'
end