feat: bump version to 0.1.1

This commit is contained in:
2026-01-19 21:07:39 +01:00
parent da616438e9
commit 11dc9b507f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
// @title Goyco API // @title Goyco API
// @version 0.1.0 // @version 0.1.1
// @description Goyco is a Y Combinator-style news aggregation platform API. // @description Goyco is a Y Combinator-style news aggregation platform API.
// @contact.name Goyco Team // @contact.name Goyco Team
// @contact.email sandro@cazzaniga.fr // @contact.email sandro@cazzaniga.fr

View File

@@ -1,3 +1,3 @@
package version package version
const Version = "0.1.0" const Version = "0.1.1"