From 27972881115ef4fac1d4b1647ebd4348f56fcc28 Mon Sep 17 00:00:00 2001 From: DanB Date: Wed, 9 Aug 2023 17:38:10 +0200 Subject: [PATCH] Release v0.10.3 --- packages/debian/changelog | 2 +- utils/consts.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/debian/changelog b/packages/debian/changelog index f16c6124e..7505fce01 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -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. diff --git a/utils/consts.go b/utils/consts.go index 7b1950cbc..67cc6ff95 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -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"