From f4dbb6e57876035240ab8b0d9f6af65d364f418e Mon Sep 17 00:00:00 2001
From: Levi Junkert <levi.junkert@smithrx.com>
Date: Thu, 25 Jul 2019 15:58:45 -0700
Subject: [PATCH] Version Bump 1.1.2

---
 version.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/version.go b/version.go
index ee5f0ad..3129d30 100644
--- a/version.go
+++ b/version.go
@@ -3,9 +3,9 @@ package gonymizer
 import "time"
 
 const (
-	buildTimeStamp = 1557186602
-	buildNumber    = 5
-	buildVersion   = "1.1.1"
+	buildTimeStamp = 1564095400
+	buildNumber    = 6
+	buildVersion   = "1.1.2"
 )
 
 // BuildDate will return the current unix time as the build date time for the application.