summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2015-04-21 14:08:58 +0100
committerThom May <thom@may.lt>2015-05-20 09:34:35 +0100
commit0f5a73e0e2f65f89bfdbc0beca064d2fd187cdf0 (patch)
tree5f5a9c5e7327151160a8901b36cd9b377b6a4788
parent4236574547d1abfdd9da49d4aab28e19b977c54e (diff)
downloadohai-0f5a73e0e2f65f89bfdbc0beca064d2fd187cdf0.tar.gz
Ohai 8.3.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/ohai/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd5eda08..3a401254 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Ohai Changelog
-## Unreleased:
+## Release 8.3.0
* [**Jeremy Mauro**](https://github.com/jmauro):
Removing trailing space and '\r' for windows #474
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 04c96e11..0c0029cd 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = '8.2.0'
+ VERSION = '8.3.0'
end