bump version

This commit is contained in:
Jay Gabriels 2020-01-19 08:35:51 -08:00
parent 015fe304c4
commit c9032b0854
No known key found for this signature in database
GPG Key ID: 47EC2E34963C2D56
2 changed files with 10 additions and 1 deletions

View File

@ -11,6 +11,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Fixed
### Security
## [1.1.10] - 01/19/20
### Added
- perserve dir flag for gitlab
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [1.1.9] - 08/30/19
### Added
- color flag to toggle colorful output

View File

@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of Ghorg",
Long: `All software has versions. This is Ghorg's`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("1.1.9")
fmt.Println("1.1.10")
},
}