Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hnimminh committed Aug 27, 2023
1 parent 5523a8f commit 52e10a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0-a'
version: 'v0.7.0'
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.0-a'
_SWVERSION = 'v0.7.0'
#-----------------------------------------------------------------------------------------------------
# LIBRE
#-----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 52e10a5

Please sign in to comment.