From 2c0d9a9a283b9172d4f556d2fccecef397feb0b3 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 14 Mar 2017 14:51:11 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- version.go | 2 +- website/config.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b15609585..a2c56355f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5.5 (Unreleased) +## 0.5.5 (March 14, 2017) __BACKWARDS INCOMPATIBILITIES:__ * driver/docker: The `load` configuration took an array of paths to images diff --git a/version.go b/version.go index da8537945..57e30214e 100644 --- a/version.go +++ b/version.go @@ -10,4 +10,4 @@ const Version = "0.5.5" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release // such as "dev" (in development), "beta", "rc1", etc. -const VersionPrerelease = "rc2" +const VersionPrerelease = "" diff --git a/website/config.rb b/website/config.rb index c95181576..78b35bf08 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/" activate :hashicorp do |h| h.name = "nomad" - h.version = "0.5.4" + h.version = "0.5.5" h.github_slug = "hashicorp/nomad" end