Skip to content

Commit d07f862

Browse files
committed
version bump for 0.9.14.beta.1
1 parent 8f8d673 commit d07f862

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ChefServerApi
2-
VERSION = '0.9.13'
3-
end
2+
VERSION = '0.9.14.beta.1'
3+
end
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ChefServerWebui
2-
VERSION = '0.9.13'
3-
end
2+
VERSION = '0.9.14.beta.1'
3+
end

chef-server/lib/chef-server/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
#
1818

1919
module ChefServer
20-
VERSION = '0.9.13'
21-
end
20+
VERSION = '0.9.14.beta.1'
21+
end

chef-solr/lib/chef/solr/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Chef
22
class Solr
3-
VERSION = '0.9.13'
3+
VERSION = '0.9.14.beta.1'
44
end
55
end

chef/lib/chef/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
class Chef
1919
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
20-
VERSION = '0.9.13'
20+
VERSION = '0.9.14.beta.1'
2121
end

0 commit comments

Comments
 (0)