Starting 0.10.5~dev

This commit is contained in:
DanB
2024-09-24 16:23:00 +02:00
parent a2953d6ca7
commit 408c84b482
6 changed files with 16 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## [0.10.5~dev] - 2024-09-24
## [0.10.4] - 2024-09-24
### Bug fixes

View File

@@ -1,8 +1,8 @@
---
go_version: 1.22.3
go_version: 1.23.1
go_platform: linux
go_arch: amd64
go_tarball: go{{ go_version }}.{{ go_platform }}-{{ go_arch }}.tar.gz
go_download_url: https://dl.google.com/go/{{ go_tarball }}
go_checksum: 8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36
go_checksum: 49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd
install_go: true

9
debian/changelog vendored
View File

@@ -1,4 +1,11 @@
cgrates (0.10.4) UNRELEASED; urgency=medium
cgrates (0.10.5~dev-1) UNRELEASED; urgency=medium
* Starting new dev cycle.
-- DanB <danb@cgrates.org> Thu, 24 Sep 2023 16:14:34 +0200
cgrates (0.10.4) UNRELEASED; urgency=medium
* 0.10.4 release.

View File

@@ -12,7 +12,7 @@
# Define package metadata
Name: cgrates
Version: v%{version}
Release: {{{releaseTag}}}
Release: rc1.{{{releaseTag}}}
Summary: Carrier Grade Real-time Charging System
License: GPLv3
URL: https://github.com/cgrates/cgrates

View File

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

View File

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