Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Oct 23, 2022
1 parent 8cb900e commit fca3346
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion installer/macos/build.sh
Expand Up @@ -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=""

Expand Down
2 changes: 1 addition & 1 deletion installer/windows/oco-agent.iss
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion oco-agent.py
Expand Up @@ -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'
Expand Down

0 comments on commit fca3346

Please sign in to comment.