Update sipcon version

This commit is contained in:
Keith Whyte 2021-10-12 09:30:36 +02:00
parent aaefbeb17e
commit 406633c77f

View file

@ -76,9 +76,9 @@ class rhizo_base::osmocom {
}
$sipcon_version = $repo ? {
'latest' => '1.5.0',
'latest' => '1.5.1',
'nightly' => 'latest',
default => '1.5.0',
default => '1.5.1',
}
package { [ 'osmo-sip-connector' ]: