diff --git a/inbucket.go b/inbucket.go index 5d1c5ac..59a22b2 100644 --- a/inbucket.go +++ b/inbucket.go @@ -24,7 +24,7 @@ import ( var ( // version contains the build version number, populated during linking - version = "undefined" + version = "1.2.0-rc2" // date contains the build date, populated during linking date = "undefined"