chore: auto version bump [skip ci]

This commit is contained in:
CI Bot
2026-04-06 17:16:16 +00:00
parent c8b0dbd0a1
commit ed8814a7ce
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
[![Build Status](https://gitea.arcodange.fr/api/badges/arcodange/DanceLessonsCoach/status)](https://gitea.arcodange.fr/arcodange/DanceLessonsCoach) [![Build Status](https://gitea.arcodange.fr/api/badges/arcodange/DanceLessonsCoach/status)](https://gitea.arcodange.fr/arcodange/DanceLessonsCoach)
[![Go Report Card](https://goreportcard.com/badge/github.com/arcodange/DanceLessonsCoach)](https://goreportcard.com/report/github.com/arcodange/DanceLessonsCoach) [![Go Report Card](https://goreportcard.com/badge/github.com/arcodange/DanceLessonsCoach)](https://goreportcard.com/report/github.com/arcodange/DanceLessonsCoach)
[![Version](https://img.shields.io/badge/version-1.3.1-blue.svg)](https://gitea.arcodange.fr/arcodange/DanceLessonsCoach/releases) [![Version](https://img.shields.io/badge/version-1.4.0-blue.svg)](https://gitea.arcodange.fr/arcodange/DanceLessonsCoach/releases)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
A Go project demonstrating idiomatic package structure, CLI implementation, and JSON API with Chi router. A Go project demonstrating idiomatic package structure, CLI implementation, and JSON API with Chi router.

View File

@@ -2,7 +2,7 @@
# Current Version (Semantic Versioning) # Current Version (Semantic Versioning)
MAJOR=1 MAJOR=1
MINOR=3 MINOR=4
PATCH=0 PATCH=0
PRERELEASE="" PRERELEASE=""