From 113608ab8a04d0714053f27569d9241ada00d607 Mon Sep 17 00:00:00 2001 From: netevert Date: Tue, 20 Mar 2018 23:02:47 +0000 Subject: [PATCH] v.1 release --- CHANGELOG.md | 2 +- dnsmorph.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4489e66..47e9785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.0.0] - unreleased +## [1.0.0] - 2018-03-20 ### Added - Changelog - License diff --git a/dnsmorph.go b/dnsmorph.go index 65a1990..a526a5e 100644 --- a/dnsmorph.go +++ b/dnsmorph.go @@ -13,7 +13,7 @@ import ( ) // program version -const version = "1.0.0-dev" +const version = "1.0.0" var ( g = color.New(color.FgHiGreen)