Codebase list ruby-gitlab / 95797632-ae5e-480c-891f-916730b2eac0/main lib / gitlab / version.rb
95797632-ae5e-480c-891f-916730b2eac0/main

Tree @95797632-ae5e-480c-891f-916730b2eac0/main (Download .tar.gz)

version.rb @95797632-ae5e-480c-891f-916730b2eac0/mainraw · history · blame

1
2
3
4
5
# frozen_string_literal: true

module Gitlab
  VERSION = '4.17.0'
end