Starting 0.10.4~dev

This commit is contained in:
DanB
2023-08-10 10:08:31 +02:00
parent 2797288111
commit 528f36d048
4 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{{ ansible_managed | comment }}
%global version 0.10.3~dev
%global version 0.10.4~dev
%define debug_package %{nil}
%global _logdir /var/log/%name

View File

@@ -1,3 +1,11 @@
cgrates (0.10.4~dev) UNRELEASED; urgency=medium
* Incremented version
-- DanB <danb@cgrates.org> Thu, 10 Aug 2023 10:00:00 +0200
cgrates (0.10.3) UNRELEASED; urgency=medium
- [RALs] Now, balance update events from RALs to ThresholdS (when negative) are only sent once.

View File

@@ -5,6 +5,7 @@ downstream_package_name: cgrates
jobs:
- job: copr_build
trigger: commit
manual_trigger: true
owner: cgrates
branch : v0.10
project: v0.10

View File

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