This commit is contained in:
cupcakearmy 2022-02-13 16:25:09 +01:00
parent 7d87160706
commit ec9e2aebcd
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 5 additions and 4 deletions

View File

@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.5.2]
## [1.5.2] - 2022-02-13
### Added
### Fixed
- Add support link in help command
- Config loading @jjromannet
- Making a backup of the file @jjromannet
## [1.5.1] - 2021-12-06

View File

@ -16,7 +16,7 @@ import (
"github.com/spf13/viper"
)
const VERSION = "1.5.1"
const VERSION = "1.5.2"
var CI bool = false
var VERBOSE bool = false