mirror of
https://github.com/gabrie30/ghorg.git
synced 2026-05-05 20:06:09 +02:00
bump version
This commit is contained in:
parent
015fe304c4
commit
c9032b0854
@ -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
|
||||
|
||||
@ -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")
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user