File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
gitlab-cookbooks/consul/libraries
gitlab-ctl-commands-ee/lib Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
# This version should be keep in sync with consul versions in
20
20
# consul_download.rb and consul_helper.rb.
21
- version = Gitlab ::Version . new ( 'consul' , 'v1.16.5 ' )
21
+ version = Gitlab ::Version . new ( 'consul' , 'v1.16.6 ' )
22
22
default_version version . print ( false )
23
23
24
24
license 'MPL-2.0'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class ConsulHelper
11
11
12
12
# This version should be keep in sync with consul versions in
13
13
# software/consul.rb and consul_download.rb.
14
- SUPPORTED_MINOR = '1.16.5 ' . freeze
14
+ SUPPORTED_MINOR = '1.16.6 ' . freeze
15
15
16
16
def initialize ( node )
17
17
@node = node
Original file line number Diff line number Diff line change 4
4
class ConsulDownloadCommand
5
5
# This version should be keep in sync with consul versions in
6
6
# software/consul.rb and consul_helper.rb.
7
- DEFAULT_VERSION = '1.16.5 ' . freeze
7
+ DEFAULT_VERSION = '1.16.6 ' . freeze
8
8
9
9
def initialize ( args )
10
10
@args = args
You can’t perform that action at this time.
0 commit comments