Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
netevert committed Apr 20, 2018
1 parent 184be09 commit e3bf213
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.2] - 2018-04-20
### Fixed
- Synced versioning

## [1.2.1] - 2018-04-20
### Fixed
- Incorrect release packaging in previous version

## [1.2.0] - 2018-04-20
### Added
- Domain geolocation
Expand Down
2 changes: 1 addition & 1 deletion dnsmorph.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

// program version
const version = "1.2.0"
const version = "1.2.2"

var (
g = color.New(color.FgHiGreen)
Expand Down

0 comments on commit e3bf213

Please sign in to comment.