Release v0.10.3

This commit is contained in:
DanB
2023-08-09 17:38:10 +02:00
parent 06aee1d8c7
commit 2797288111
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
cgrates (0.10.3~dev) UNRELEASED; urgency=medium
cgrates (0.10.3) UNRELEASED; urgency=medium
- [RALs] Now, balance update events from RALs to ThresholdS (when negative) are only sent once.
- [SessionS] Updated to use rals_conns when refund rounding is sent.

View File

@@ -140,7 +140,7 @@ var (
const (
CGRateS = "CGRateS"
VERSION = "v0.10.3~dev"
VERSION = "v0.10.3"
DIAMETER_FIRMWARE_REVISION = 918
REDIS_MAX_CONNS = 10
CGRATES = "cgrates"