summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-06-05 11:53:58 -0700
committerBryan McLellan <btm@opscode.com>2012-06-05 11:53:58 -0700
commit914dd6f11f1e8d139869c89895b8bf83694df799 (patch)
tree312368ae09ebdf172278e547602e0fdadbbd7ffe
parent856b4c0d5d4ca8dbc0ed6b2dbb6edf7c88984c65 (diff)
downloadmixlib-authentication-914dd6f11f1e8d139869c89895b8bf83694df799.tar.gz
Bump version to 1.3.0.beta.0 for testing1.3.0.beta.0
This release changes the default protocol and is a breaking change for users of the prior protocol version. If you use this release you need to ensure your servers are upgraded first so they support the new protocol. Further work on protocol negotiation is planned.
-rw-r--r--mixlib-authentication.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib-authentication.gemspec b/mixlib-authentication.gemspec
index d4a0a09..97a7744 100644
--- a/mixlib-authentication.gemspec
+++ b/mixlib-authentication.gemspec
@@ -1,4 +1,4 @@
-MIXLIB_AUTHN_VERSION = '1.2.1'
+MIXLIB_AUTHN_VERSION = '1.3.0.beta.0'
Gem::Specification.new do |s|
s.name = "mixlib-authentication"