Codebase list ruby-gitlab / c64b1a5 lib / gitlab / version.rb
c64b1a5

Tree @c64b1a5 (Download .tar.gz)

version.rb @c64b1a5raw · history · blame

1
2
3
4
5
# frozen_string_literal: true

module Gitlab
  VERSION = '4.16.1'
end