diff --git a/README.md b/README.md index 101f1a9..69fc910 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![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) -[![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) A Go project demonstrating idiomatic package structure, CLI implementation, and JSON API with Chi router. diff --git a/VERSION b/VERSION index a99fa61..9fc5dcf 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ # Current Version (Semantic Versioning) MAJOR=1 -MINOR=3 +MINOR=4 PATCH=0 PRERELEASE=""