Prepare next development cycle (1.1.0)
All checks were successful
/ build (push) Successful in 3m36s
All checks were successful
/ build (push) Successful in 3m36s
This commit is contained in:
parent
720990672b
commit
feedfad99f
4 changed files with 8 additions and 4 deletions
|
@ -4,8 +4,8 @@ on:
|
|||
- '*'
|
||||
env:
|
||||
VERSION_MAJOR: 1
|
||||
VERSION_MINOR: 0
|
||||
VERSION_PATCH: 3
|
||||
VERSION_MINOR: 1
|
||||
VERSION_PATCH: 0
|
||||
IMAGE_TAG: varakh/upda
|
||||
IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/upda
|
||||
FORGEJO_URL: https://git.myservermanager.com
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
Changes adhere to [semantic versioning](https://semver.org).
|
||||
|
||||
## [1.1.0] - UNRELEASED
|
||||
|
||||
* ...
|
||||
|
||||
## [1.0.3] - 2024/01/21
|
||||
|
||||
* Updated dependencies
|
||||
|
|
|
@ -5,7 +5,7 @@ info:
|
|||
license:
|
||||
name: GPLv3
|
||||
url: https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||
version: 1.0.3
|
||||
version: 1.1.0
|
||||
externalDocs:
|
||||
description: Find out more about the project
|
||||
url: https://git.myservermanager.com/varakh/upda
|
||||
|
|
|
@ -2,5 +2,5 @@ package server
|
|||
|
||||
const (
|
||||
Name = "upda"
|
||||
Version = "1.0.3"
|
||||
Version = "1.1.0"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue