diff --git a/installer/debian/oco-agent/DEBIAN/control b/installer/debian/oco-agent/DEBIAN/control index 556ed9b..33f60ca 100644 --- a/installer/debian/oco-agent/DEBIAN/control +++ b/installer/debian/oco-agent/DEBIAN/control @@ -1,5 +1,5 @@ Package: OCO-Agent -Version: 0.15.2-1 +Version: 0.15.3-1 Section: base Priority: optional Architecture: all diff --git a/installer/macos/build.sh b/installer/macos/build.sh index 0c5bdcb..cbb9c23 100755 --- a/installer/macos/build.sh +++ b/installer/macos/build.sh @@ -5,7 +5,7 @@ set -e SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" TARGET_DIRECTORY="$SCRIPTPATH/target" PRODUCT="OCO Agent" -VERSION="0.15.2" +VERSION="0.15.3" TARGET_FILENAME="oco-agent.pkg" APPLE_DEVELOPER_CERTIFICATE_ID="" diff --git a/installer/windows/oco-agent.iss b/installer/windows/oco-agent.iss index eae1c07..05ffc25 100644 --- a/installer/windows/oco-agent.iss +++ b/installer/windows/oco-agent.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "OCO Agent" -#define MyAppVersion "0.15.2" +#define MyAppVersion "0.15.3" #define MyAppPublisher "Sieber Systems" #define MyAppURL "https://github.com/schorschii/OCO-Agent" #define MyAppSupportURL "https://sieber.systems/" diff --git a/oco-agent.py b/oco-agent.py index 3c1bf7f..a582d68 100644 --- a/oco-agent.py +++ b/oco-agent.py @@ -36,7 +36,7 @@ ##### CONSTANTS ##### -AGENT_VERSION = "0.15.2" +AGENT_VERSION = "0.15.3" EXECUTABLE_PATH = os.path.abspath(os.path.dirname(sys.argv[0])) DEFAULT_CONFIG_PATH = EXECUTABLE_PATH+"/oco-agent.ini" LOCKFILE_PATH = tempfile.gettempdir()+'/oco-agent.lock'