Skip to content

Commit

Permalink
Bump v0.7.1.f
Browse files Browse the repository at this point in the history
  • Loading branch information
hnimminh committed Jun 11, 2024
1 parent b358576 commit 734e297
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/ansible/inventories/staging/hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ all:
database: 0
password: null
crcs:
recovery_capability: false
recovery_capability: true
pgsql_host: !vault |
$ANSIBLE_VAULT;1.1;AES256
36633163616236333639353963313237383031303134323465663566333132313564316532636566
Expand Down
2 changes: 1 addition & 1 deletion build/ansible/playbooks/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
become: true

vars:
version: 'v0.7.1.e'
version: 'v0.7.1.f'
srcdir: '{{inventory_dir|dirname|dirname|dirname|dirname}}'
dstdir: /opt/libresbc/{{version}}

Expand Down
2 changes: 1 addition & 1 deletion liberator/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#-----------------------------------------------------------------------------------------------------
_APPLICATION = 'LIBRESBC'
_DESCRIPTION = 'Open Source Session Border Controller for Large-Scale Voice Infrastructures'
_SWVERSION = 'v0.7.1.e'
_SWVERSION = 'v0.7.1.f'
#-----------------------------------------------------------------------------------------------------
# LIBRE
#-----------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion webui/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func init() {
+-+-+-+-+-+-+-+-+ +-+-+-+-+-+
Open Source Session Border Controler
LibreSBC - v0.7.1.e
LibreSBC - v0.7.1.f
Listen %s
LibreSBC %s
Expand Down

0 comments on commit 734e297

Please sign in to comment.