Skip to content

Commit d8055c0

Browse files
Partially reverting commit 4fe8c5b
Version bump should not have been merged yet
1 parent 3320126 commit d8055c0

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# 1.1.0 (May 26, 2015)
2-
* Allow setting VM private IP in config (PR #73)
3-
* Fixed several coding style issues (PR #76, #77, #78)
4-
* Fixed bug when destroying VM created with Static NAT and firewall rules (PR #81)
5-
61
# 1.0.0 (May 5, 2015)
72
* Use vagrant's built-in rsync synced folder (PR #57)
83
* Enable creating custom static NAT, port forwarding, firewall rules (PR #59)

build_rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION=1.1.0
2+
VERSION=1.0.0
33
mkdir -p /tmp/vagrant-cloudstack-build_rpm.$$/vagrant-cloudstack-$VERSION
44
cp -r . /tmp/vagrant-cloudstack-build_rpm.$$/vagrant-cloudstack-$VERSION/
55
tar -C /tmp/vagrant-cloudstack-build_rpm.$$/ -czf ~/rpmbuild/SOURCES/vagrant-cloudstack-$VERSION.tar.gz vagrant-cloudstack-$VERSION

lib/vagrant-cloudstack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module Cloudstack
3-
VERSION = '1.1.0'
3+
VERSION = '1.0.0'
44
end
55
end

0 commit comments

Comments
 (0)