diff --git a/src/installers/linux/deb-template/baker/DEBIAN/control b/src/installers/linux/deb-template/baker/DEBIAN/control index 89715cb0..f261cc8c 100644 --- a/src/installers/linux/deb-template/baker/DEBIAN/control +++ b/src/installers/linux/deb-template/baker/DEBIAN/control @@ -1,5 +1,5 @@ Package: Baker -Version: 0.6.12 +Version: 0.6.13 Section: base Priority: optional Architecture: amd64 diff --git a/src/installers/macos/package.sh b/src/installers/macos/package.sh index a8bf8925..e898f336 100755 --- a/src/installers/macos/package.sh +++ b/src/installers/macos/package.sh @@ -14,7 +14,7 @@ PACKAGEREL="installers/macos" IDENTIFIER="io.ottomatica.$NAME" # Package version number. -VERSION="0.6.12" +VERSION="0.6.13" # The location to copy the contents of files. INSTALL_LOCATION="/opt/baker/bin" diff --git a/src/installers/win/scripts/baker.iss b/src/installers/win/scripts/baker.iss index 760de0b6..7cc47ca4 100644 --- a/src/installers/win/scripts/baker.iss +++ b/src/installers/win/scripts/baker.iss @@ -7,7 +7,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{FF82CC8F-9CAD-4210-97AA-2C5F955DB742} AppName=Baker -AppVersion=0.6.12 +AppVersion=0.6.13 ;AppVerName=Baker 0.4.3 AppPublisher=Ottomatica LLC AppPublisherURL=https://getbaker.io/ diff --git a/src/package.json b/src/package.json index 6ebed559..e958d0d3 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "baker", - "version": "0.6.12", + "version": "0.6.13", "description": "baker creates ansible powered virtual machines", "engines": { "node": ">=7.10.0"